Merge pull request #1358 from edubxb/git-diff-staged-alias

New git alias for `git diff --staged`
pull/1361/head
Nils Winkler 2019-04-08 22:02:16 +02:00 committed by GitHub
commit d31ab50f59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ alias gr='git remote'
alias grv='git remote -v'
alias gra='git remote add'
alias gd='git diff'
alias gds='git diff --staged'
alias gdv='git diff -w "$@" | vim -R -'
alias gc='git commit -v'
alias gca='git commit -v -a'