trying new settings
This commit is contained in:
parent
69e8783870
commit
d0814cce11
1 changed files with 25 additions and 0 deletions
25
gitconfig
Normal file
25
gitconfig
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# https://blog.gitbutler.com/how-git-core-devs-configure-git/
|
||||
|
||||
[column]
|
||||
ui = auto
|
||||
[branch]
|
||||
sort = -committerdate
|
||||
[tag]
|
||||
sort = version:refname
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[diff]
|
||||
algorithm = histogram
|
||||
colorMoved = plain
|
||||
mnemonicPrefix = true
|
||||
renames = true
|
||||
[push]
|
||||
default = simple
|
||||
autoSetupRemote = true
|
||||
followTags = true
|
||||
[fetch]
|
||||
prune = true
|
||||
pruneTags = true
|
||||
all = true
|
||||
[pull]
|
||||
rebase = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue