Skip to content

Commit

Permalink
Merge pull request ohmyzsh#818 from jmacdonald/master
Browse files Browse the repository at this point in the history
Alias for 'git diff'
  • Loading branch information
robbyrussell committed Apr 24, 2013
2 parents e4891c5 + 49d44ad commit b4578be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/git/git.plugin.zsh
Expand Up @@ -3,6 +3,8 @@ alias g='git'
compdef g=git
alias gst='git status'
compdef _git gst=git-status
alias gd='git diff'
compdef _git gd=git-diff
alias gl='git pull'
compdef _git gl=git-pull
alias gup='git pull --rebase'
Expand Down

0 comments on commit b4578be

Please sign in to comment.