Make user account a seperate file, update default branch

This commit is contained in:
Mitchel
2025-03-04 08:53:30 +01:00
parent cce05c549a
commit bbafd076ec
2 changed files with 32 additions and 32 deletions

View File

@@ -1,6 +1,5 @@
[user]
email = mitchel@organiq.nl
name = Mitchel
[include]
path = .gitconfig_user
[column]
ui = auto
[branch]
@@ -8,7 +7,7 @@
[tag]
sort = version:refname
[init]
defaultBranch = main
defaultBranch = master
[diff]
algorithm = histogram
colorMoved = plain

View File

@@ -2,8 +2,9 @@
"extras": [
],
"install_version": 7,
"news": {
"NEWS.md": "6520"
"NEWS.md": "10960"
},
"version": 6
"version": 8
}