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]
|
[alias]
|
||||||
tree = log --all --graph --decorate --oneline
|
tree = log --all --graph --decorate --oneline
|
||||||
logs = log --show-signature
|
logs = log --show-signature
|
||||||
yolo = push --force
|
|
||||||
|
|
||||||
[pager]
|
[pager]
|
||||||
branch = false
|
branch = false
|
||||||
config = false
|
config = false
|
||||||
stash = false
|
stash = false
|
||||||
[pull]
|
[pull]
|
||||||
ff = only
|
ff = only
|
||||||
|
[init]
|
||||||
|
defaultBranch = main
|
||||||
|
|
Loading…
Reference in a new issue