I
Size: a a a
I
q
I
JC
I
I
q
q
q
q
q
q
I
I
Starting in Git 2.28, git init will instead look to the value of init.defaultBranch when creating the first branch in a new repository. If that value is unset, init.defaultBranch defaults to master.
This configuration variable can be set by the user, and overriding the default value is as easy as:
$ git config --global init.defaultBranch main
I
I
I
I
JC
I