Added documentation for added git aliases (get, ga, and gall)
This commit is contained in:
@@ -40,6 +40,9 @@ function git-help() {
|
|||||||
echo "Git Custom Aliases Usage"
|
echo "Git Custom Aliases Usage"
|
||||||
echo
|
echo
|
||||||
echo " g = git"
|
echo " g = git"
|
||||||
|
echo " get = git"
|
||||||
|
echo " ga = git add"
|
||||||
|
echo " giall = 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"
|
||||||
@@ -57,4 +60,4 @@ function git-help() {
|
|||||||
echo " gdel = git branch -D"
|
echo " gdel = git branch -D"
|
||||||
echo " gpo = git push origin"
|
echo " gpo = git push origin"
|
||||||
echo
|
echo
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user