Skip to content

Commit

Permalink
zshrc 添加 git diff 别名
Browse files Browse the repository at this point in the history
  • Loading branch information
lvii committed May 21, 2011
1 parent 98f0f2d commit 08db51d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,7 @@ alias gc='git commit '
alias gca='git commit -a -m'
alias gcl='git config -l'
alias gce='git config -e'
alias gd='git diff'
alias gl='git ls-files'
alias go='git log'
alias gs='git status'
Expand Down

0 comments on commit 08db51d

Please sign in to comment.