I click "Group" - "Branch" - "Create", for any name of the branch it says "A branch with this name already exists"

screenshot

  • What is the operating system? Can you open the console? - Nick Volynkin
  • Maybe HEAD need to change something? Do you have a HEAD on another (old) branch right now? - 4per
  • Corrected the title of the question: Topikstarter knows how branches are created, it is a question of posting that they are not created for some reason. - AK

1 answer 1

It seems that you have not made the first commit. Make a commit and then create a new branch.

  • It helped, thanks - after the first commit, the master branch appeared. - Paco de la Vega