forked from pub-solar/os
git: add more useful defaults
This commit is contained in:
parent
78e10002a0
commit
78781b3b38
1 changed files with 19 additions and 0 deletions
|
@ -36,6 +36,25 @@ in
|
|||
conflictstyle = diff3
|
||||
[diff]
|
||||
colorMoved = default
|
||||
algorithm = histogram
|
||||
mnemonicPrefix = true
|
||||
renames = true
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[tag]
|
||||
sort = version:refname
|
||||
[branch]
|
||||
sort = -committerdate
|
||||
[column]
|
||||
ui = auto
|
||||
[push]
|
||||
default = simple
|
||||
autoSetupRemote = true
|
||||
followTags = true
|
||||
[fetch]
|
||||
prune = true
|
||||
pruneTags = true
|
||||
all = true
|
||||
[includeIf "gitdir:~/CodeRoom/greenbaum.cloud/"]
|
||||
path = ~/.config/git/config_greenbaum.cloud
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue