Git Init Default Branch Name

When developer want to use git to manage version of project, people will use git , and default git branch is master sometime we want to use another branch name, so we can put the parameter when we call git init

git init -b main

And then, you will init git in your repo, and create a main branch