Merge pull request #1618 from finn-matti/patch-1

Add git difftool alias

Closes #1617
pull/1630/head
Nils Winkler 2020-06-17 10:33:30 +02:00 committed by GitHub
commit 741c33d7e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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