mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
added git log with graph
This commit is contained in:
parent
bcad29faf4
commit
e05b8c9caf
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ alias gba='git branch -a'
|
|||
alias gcount='git shortlog -sn'
|
||||
alias gcp='git cherry-pick'
|
||||
alias glg='git log --stat --max-count=5'
|
||||
alias glgg='git log --graph --max-count=5'
|
||||
|
||||
# Git and svn mix
|
||||
alias git-svn-dcommit-push='git svn dcommit && git push github master:svntrunk'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue