Make some mild appearance tweaks
This commit is contained in:
parent
b083b68e4f
commit
8698a048c2
1 changed files with 12 additions and 0 deletions
|
@ -12,6 +12,12 @@
|
||||||
st = status --short
|
st = status --short
|
||||||
shove = "!f() { git push ${1:-origin} :; }; f"
|
shove = "!f() { git push ${1:-origin} :; }; f"
|
||||||
|
|
||||||
|
[column]
|
||||||
|
ui = auto
|
||||||
|
|
||||||
|
[diff]
|
||||||
|
colorMoved = true
|
||||||
|
|
||||||
[dude]
|
[dude]
|
||||||
icon = ~/.config/git-dude/icon.png
|
icon = ~/.config/git-dude/icon.png
|
||||||
|
|
||||||
|
@ -27,6 +33,9 @@
|
||||||
[log]
|
[log]
|
||||||
decorate = true
|
decorate = true
|
||||||
|
|
||||||
|
[merge]
|
||||||
|
conflictStyle = diff3
|
||||||
|
|
||||||
[pretty]
|
[pretty]
|
||||||
graph = tformat:%C(auto)%h %G? %s% gD% D
|
graph = tformat:%C(auto)%h %G? %s% gD% D
|
||||||
|
|
||||||
|
@ -37,6 +46,9 @@
|
||||||
[rerere]
|
[rerere]
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|
||||||
|
[status]
|
||||||
|
branch = true
|
||||||
|
|
||||||
[url "git@github.com:"]
|
[url "git@github.com:"]
|
||||||
pushInsteadOf = https://github.com/
|
pushInsteadOf = https://github.com/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue