Closed steventux closed 2 years ago
git init uses master as the default branch name but v2.28.0 onwards allows us to specify an initial branch.
git init
master
git init
usesmaster
as the default branch name but v2.28.0 onwards allows us to specify an initial branch.