1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2025-10-17 19:41:01 +00:00

git config --global init.defaultBranch main

This commit is contained in:
Holger Just 2025-02-03 18:30:22 +01:00
parent 5226a3cc3a
commit 9acd371dce
No known key found for this signature in database

View File

@ -30,6 +30,8 @@
fsckobjects = true
[http]
postBuffer = 524288000
[init]
defaultBranch = main
[push]
autoSetupRemote = true
default = upstream