Documentation location/URL
https://www.drupal.org/docs/user_guide/en/extend-git.html#s-initializing...
Problem/Motivation
Step 7 contains the following text.
Enter the following commands. You can substitute your own commit message for "Initial file add" if you wish, and you will need to substitute your own Git clone URL for the URL in the second command:
git commit -m "Initial file add" git remote add origin https://gitlab.com/example-name/example-repo.git git push -u origin master
Proposed resolution
In the last command, instead of master, use main for the branch name.
git push -u origin main
Issue fork user_guide-3613124
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
avpadernoI am moving the issue to the right queue.
Comment #4
avpaderno