Git: add diffh alias
This commit is contained in:
parent
cc35bd232a
commit
0656364ab5
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ log-merge = log -i --grep=merge --pretty=oneline
|
||||||
log-fp = log --first-parent --pretty=oneline
|
log-fp = log --first-parent --pretty=oneline
|
||||||
ll = log --pretty=oneline
|
ll = log --pretty=oneline
|
||||||
dno = !git --no-pager diff --name-only
|
dno = !git --no-pager diff --name-only
|
||||||
|
diffh = diff HEAD~1 HEAD
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
pager = no
|
pager = no
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue