- Added diffpull alias

This commit is contained in:
dbroqua 2017-09-02 15:43:27 +02:00
parent f0467c4284
commit 44906493a3

View File

@ -9,4 +9,5 @@
[alias]
tree = log --graph --decorate --pretty=raw --abbrev-commit
ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate
ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat
ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat
diffpull = diff HEAD@{1}