Commit b4578be3 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #818 from jmacdonald/master

Alias for 'git diff'
parents e4891c58 49d44adb
...@@ -3,6 +3,8 @@ alias g='git' ...@@ -3,6 +3,8 @@ alias g='git'
compdef g=git compdef g=git
alias gst='git status' alias gst='git status'
compdef _git gst=git-status compdef _git gst=git-status
alias gd='git diff'
compdef _git gd=git-diff
alias gl='git pull' alias gl='git pull'
compdef _git gl=git-pull compdef _git gl=git-pull
alias gup='git pull --rebase' alias gup='git pull --rebase'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment