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:
36438fe
)
Added documentation for 'gll' git alias.
author
Mark Szymanski
<mrman208@me.com>
Tue, 28 Dec 2010 16:39:04 +0000
(10:39 -0600)
committer
Mark Szymanski
<mrman208@me.com>
Tue, 28 Dec 2010 16:39:04 +0000
(10:39 -0600)
aliases/git.aliases.bash
patch
|
blob
|
history
diff --git
a/aliases/git.aliases.bash
b/aliases/git.aliases.bash
index
4cd1be0
..
45d7d05
100644
(file)
--- a/
aliases/git.aliases.bash
+++ b/
aliases/git.aliases.bash
@@
-68,5
+68,6
@@
function git-help() {
echo " gdel = git branch -D"
echo " gpo = git push origin"
echo " gmu = git fetch origin -v; git fetch upstream -v; git merge upstream/master"
+ echo " gll = git log --graph --pretty=oneline --abbrev-commit"
echo
}