Added documentation for added git aliases (get, ga, and gall)
parent
b8ce9e629c
commit
686ac9c756
|
|
@ -40,6 +40,9 @@ function git-help() {
|
|||
echo "Git Custom Aliases Usage"
|
||||
echo
|
||||
echo " g = git"
|
||||
echo " get = git"
|
||||
echo " ga = git add"
|
||||
echo " giall = git add ."
|
||||
echo " gst/gs = git status"
|
||||
echo " gl = git pull"
|
||||
echo " gup = git fetch && git rebase"
|
||||
|
|
|
|||
Loading…
Reference in New Issue