Skip to content

Commit

Permalink
Git Aliases to work with buld notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Yves Senn committed Apr 22, 2011
1 parent 78285f8 commit dc4cd6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/git/git.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ alias gcount='git shortlog -sn'
alias gcp='git cherry-pick'
alias glg='git log --stat'
alias gg='git log --graph'
alias gga='git log --graph --all --not refs/notes/build'
alias ggb='git log --show-notes=build --format=buildnotes'
alias gco='git checkout'
alias gsv='git svn'
alias gt='git tag'
Expand Down

0 comments on commit dc4cd6b

Please sign in to comment.