Jeremie Dsouza

Results 3 comments of Jeremie Dsouza

> my default branch is main ,not master. But the tip cotent is master. Eventhroght I checkout the branch to master used `git branch -m master`. I still cannot pass...

If you don't feel like using a workaround for this, use the commands `git config --global init.defaultBranch master` `githug reset` All levels will now use `master` as the default branch.

Use this command to change the default branch name to `master` for all levels. You only need to run this once. >`git config --global init.defaultBranch master` >`githug reset` All levels...