git config --global init.defaultBranch main
This commit is contained in:
parent
5e13050ed5
commit
4c153abfb5
1 changed files with 3 additions and 2 deletions
|
@ -9,11 +9,12 @@
|
|||
[alias]
|
||||
tree = log --all --graph --decorate --oneline
|
||||
logs = log --show-signature
|
||||
yolo = push --force
|
||||
|
||||
[pager]
|
||||
branch = false
|
||||
config = false
|
||||
stash = false
|
||||
[pull]
|
||||
ff = only
|
||||
ff = only
|
||||
[init]
|
||||
defaultBranch = main
|
||||
|
|
Loading…
Reference in a new issue