Git: Add dno alias
This commit is contained in:
parent
31f54dc857
commit
8295978c2b
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ pull-merge = pull --no-rebase --no-ff --no-edit
|
||||||
log-merge = log -i --grep=merge --pretty=oneline
|
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
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
pager = no
|
pager = no
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue