... | ... |
@@ -12,7 +12,7 @@ alias gb='git branch' |
12 | 12 |
alias gba='git branch -a' |
13 | 13 |
alias gcount='git shortlog -sn' |
14 | 14 |
alias gcp='git cherry-pick' |
15 |
- |
|
15 |
+alias glg='git log --stat --max-count=5' |
|
16 | 16 |
|
17 | 17 |
# Git and svn mix |
18 | 18 |
alias git-svn-dcommit-push='git svn dcommit && git push github master:svntrunk' |