-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Branch master is not used anymore by GitHub #311
Comments
@jlord would you be open to this change? To change all references to It may require some additional setup on some people's machines (to default in Git to |
Hi! I am definitely open to this change, if someone can get to it and make a PR that would be great otherwise I will try to make some time in the next couple of week. Thanks for raising! |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I am going to try and help out with a PR for this! I had the same issue and I'm happy someone else already pointed it out :) |
Thanks @izzyreiff , I would have done it myself if I was able to :) |
Github changed the default branch name to main. This fixes jlord#311
As a workaround, you can create a local master branch, switch to it, push it to GitHub and continues the Challenges : git checkout -b master
git push origin master |
Replace the default branch name to main in all challenges and images. Master is no longer the default branch that git uses, so this commit replaces all occurrences of the branch `master` to `main` in all challenges and two images. This also fixes jlord#311
First of all, well done it's a great app!
Anyway in the "Remote control" challenge, it requires to create the remote repository using master branch, but GitHub has replaced it with main now, so I wasn't able to accomplish it!
Keep up the great work
The text was updated successfully, but these errors were encountered: