mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[git] git config --global init.defaultBranch main
This commit is contained in:
parent
dbf28a4df4
commit
46b224a111
1 changed files with 3 additions and 0 deletions
|
@ -23,3 +23,6 @@
|
|||
[alias]
|
||||
unstage = restore --staged
|
||||
initial-commit = commit --message 'initial commit' --allow-empty
|
||||
|
||||
[init]
|
||||
defaultBranch = main
|
||||
|
|
Loading…
Reference in a new issue