Code Review
/
common
/
bash_it.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
686ac9c
)
Fixed typo
author
Mark Szymanski
<mrman208@me.com>
Thu, 14 Oct 2010 19:50:58 +0000
(14:50 -0500)
committer
Mark Szymanski
<mrman208@me.com>
Thu, 14 Oct 2010 19:50:58 +0000
(14:50 -0500)
aliases/git.aliases.bash
patch
|
blob
|
history
diff --git
a/aliases/git.aliases.bash
b/aliases/git.aliases.bash
index
92342c8
..
f0a99fe
100644
(file)
--- a/
aliases/git.aliases.bash
+++ b/
aliases/git.aliases.bash
@@
-38,11
+38,11
@@
esac
function git-help() {
echo "Git Custom Aliases Usage"
- echo
+ echo
echo " g = git"
echo " get = git"
echo " ga = git add"
- echo " g
iall
= git add ."
+ echo " g
all
= git add ."
echo " gst/gs = git status"
echo " gl = git pull"
echo " gup = git fetch && git rebase"
@@
-59,5
+59,5
@@
function git-help() {
echo " gexport = git git archive --format zip --output"
echo " gdel = git branch -D"
echo " gpo = git push origin"
- echo
+ echo
}