Skip to content

Commit

Permalink
gg is the new ggg
Browse files Browse the repository at this point in the history
  • Loading branch information
cobyism committed Nov 11, 2012
1 parent 7769e47 commit d765acf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions git/aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ alias gcob='git checkout -b'
alias gcom='git checkout master'
alias gd='git diff'
alias gdc='git diff --cached'
alias gg='git log --graph --all --oneline'
alias ggg='git log --graph --decorate --pretty=oneline --abbrev-commit --all'
alias gg='git log --graph --decorate --pretty=oneline --abbrev-commit'
alias gga='git log --graph --decorate --pretty=oneline --abbrev-commit --all'
alias gl='git log'
alias glb='git shortlog -sn'
alias gpm='git checkout master && git pull'
Expand Down

0 comments on commit d765acf

Please sign in to comment.