git config
This commit is contained in:
parent
c3be916f0f
commit
f6e5259f2f
30
.config/git/config
Normal file
30
.config/git/config
Normal file
@ -0,0 +1,30 @@
|
||||
[core]
|
||||
pager = delta
|
||||
|
||||
[interactive]
|
||||
diffFilter = delta --color-only
|
||||
|
||||
[delta]
|
||||
features = line-numbers decorations
|
||||
whitespace-error-style = 22 reverse
|
||||
|
||||
[delta "decorations"]
|
||||
commit-decoration-style = bold yellow box
|
||||
file-style = bold yellow ul
|
||||
file-decoration-style = none
|
||||
|
||||
[alias]
|
||||
log-branches = log --all --graph --decorate --oneline --simplify-by-decoration
|
||||
pfusch = push --force
|
||||
|
||||
[user]
|
||||
useConfigOnly = true
|
||||
|
||||
[core]
|
||||
askpass = /run/current-system/sw/bin/ksshaskpass
|
||||
|
||||
[pull]
|
||||
ff = only
|
||||
|
||||
[init]
|
||||
defaultBranch = master
|
Loading…
Reference in New Issue
Block a user