Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Several levels don't recognize default branch not named master #280

Open
bakerkretzmar opened this issue Sep 30, 2020 · 1 comment
Open

Comments

@bakerkretzmar
Copy link

bakerkretzmar commented Sep 30, 2020

My default branch name is main and many levels wouldn't accept the solution until I made a new branch called master and attempted there instead.

Affected levels include 4, 16, 19, 20, 23, 28, 33, 34, 37, 41, 47, and probably others. I couldn't work around the issue on level 47 and had to reset my default branch name to master again temporarily, so after that I'm not sure which ones are affected.

I may attempt a PR this weekend but I don't know Ruby so 🤷‍♂️

@bakerkretzmar bakerkretzmar changed the title Level 4 doesn't recognize default branch not named master Levels 4 and 16 don't recognize default branch not named master Sep 30, 2020
@bakerkretzmar bakerkretzmar changed the title Levels 4 and 16 don't recognize default branch not named master Several levels don't recognize default branch not named master Sep 30, 2020
@Stowaway4331
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants