- Added diffpull alias
This commit is contained in:
parent
f0467c4284
commit
44906493a3
1 changed files with 2 additions and 1 deletions
|
@ -10,3 +10,4 @@
|
||||||
tree = log --graph --decorate --pretty=raw --abbrev-commit
|
tree = log --graph --decorate --pretty=raw --abbrev-commit
|
||||||
ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate
|
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}
|
||||||
|
|
Loading…
Reference in a new issue