From 686ac9c75657ea56fe728785494a656a08dd3570 Mon Sep 17 00:00:00 2001 From: Mark Szymanski Date: Thu, 14 Oct 2010 14:50:06 -0500 Subject: [PATCH] Added documentation for added git aliases (get, ga, and gall) --- aliases/git.aliases.bash | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aliases/git.aliases.bash b/aliases/git.aliases.bash index c9bb66c..92342c8 100644 --- a/aliases/git.aliases.bash +++ b/aliases/git.aliases.bash @@ -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" @@ -57,4 +60,4 @@ function git-help() { echo " gdel = git branch -D" echo " gpo = git push origin" echo -} \ No newline at end of file +} -- 2.17.1