mirror of https://gitlab.com/dabruh/dotfiles.git
Indent config. Add dunk alias
This commit is contained in:
parent
d291720428
commit
ab061c6fa3
27
.gitconfig
27
.gitconfig
|
@ -1,24 +1,25 @@
|
||||||
[alias]
|
[alias]
|
||||||
br = branch
|
br = branch
|
||||||
cot = checkout
|
cot = checkout
|
||||||
d = !git --no-pager diff
|
d = !git --no-pager diff
|
||||||
fo = fetch origin
|
fo = fetch origin
|
||||||
lo = log --name-status
|
lo = log --name-status
|
||||||
st = status -sb
|
st = status -sb
|
||||||
stat = !git --no-pager diff --stat
|
stat = !git --no-pager diff --stat
|
||||||
sw = switch
|
sw = switch
|
||||||
|
dunk = !git diff | dunk
|
||||||
|
|
||||||
[pull]
|
[pull]
|
||||||
rebase = true
|
rebase = true
|
||||||
|
|
||||||
[help]
|
[help]
|
||||||
autocorrect = 40
|
autocorrect = 40
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = vim
|
editor = vim
|
||||||
|
|
||||||
[gitreview]
|
[gitreview]
|
||||||
remote = origin
|
remote = origin
|
||||||
|
|
||||||
[include]
|
[include]
|
||||||
path = ~/.config/git/.gitconfig
|
path = ~/.config/git/.gitconfig
|
||||||
|
|
Loading…
Reference in New Issue