Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upReplaced "main" by "master" #408
Conversation
The default branch is normally called master, not main.
|
Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
|
@tvachkov the change to |
|
It would be better to name the branch explicitly on init considering the default branch name can be reconfigured. I agree the current guide appears broken. |
|
I agree on that - main is deliberated. But since the guide advices to call Then one gets the error: src refspec main does not match any. |
|
@tvachkov i think the right fix would be to change the init call to Also it's pretty evident that |
The default branch is normally called master, not main.
With "main" there is an error:
error: src refspec main does not match any
Why:
What's being changed:
Check off the following: