default branch is main
This commit is contained in:
parent
be3af01eef
commit
bd2e6876a1
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,9 @@ ui = auto
|
|||
[push]
|
||||
default = tracking
|
||||
|
||||
[branch "main"]
|
||||
rebase = true
|
||||
|
||||
[branch "master"]
|
||||
rebase = true
|
||||
|
||||
|
@ -95,3 +98,5 @@ signingkey = 79020DB026385D4C
|
|||
name = Daniel Lundin
|
||||
email = daniel.lundin@netent.com
|
||||
signingkey = B9D5337DEEE9C1D8
|
||||
[init]
|
||||
defaultBranch = main
|
||||
|
|
Loading…
Reference in a new issue