We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, i tried to convert a svn-repository with several branches to git, everything worked like a charm, except moving the trunk/ to master/.
~> git branch -m trunk master fatal: A branch named 'master' already exists.
I was suprised and looked in "master/" there was a single ".gitignore" file.
Hope for help soon
The text was updated successfully, but these errors were encountered:
You should use git branch -M trunk master in your script, this also moves if trunk exists
Sorry, something went wrong.
No branches or pull requests
Hi, i tried to convert a svn-repository with several branches to git, everything worked like a charm, except moving the trunk/ to master/.
~> git branch -m trunk master
fatal: A branch named 'master' already exists.
I was suprised and looked in "master/" there was a single ".gitignore" file.
Hope for help soon
The text was updated successfully, but these errors were encountered: