Fixed typo

pull/13/head
Mark Szymanski 2010-10-14 14:50:58 -05:00
parent 686ac9c756
commit 13abb34b64
1 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ function git-help() {
echo " g = git" echo " g = git"
echo " get = git" echo " get = git"
echo " ga = git add" echo " ga = git add"
echo " giall = git add ." echo " gall = git add ."
echo " gst/gs = git status" echo " gst/gs = git status"
echo " gl = git pull" echo " gl = git pull"
echo " gup = git fetch && git rebase" echo " gup = git fetch && git rebase"