change git to use main branch code example
Example 1: canging branch in git
$ git checkout <existing_branch>
$ git checkout -b <new_branch>
Example 2: git change branch
git checkout <<branchName>>
$ git checkout <existing_branch>
$ git checkout -b <new_branch>
git checkout <<branchName>>