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] [include]
email = mitchel@organiq.nl path = .gitconfig_user
name = Mitchel
[column] [column]
ui = auto ui = auto
[branch] [branch]
@@ -8,7 +7,7 @@
[tag] [tag]
sort = version:refname sort = version:refname
[init] [init]
defaultBranch = main defaultBranch = master
[diff] [diff]
algorithm = histogram algorithm = histogram
colorMoved = plain colorMoved = plain

View File

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