Skip to content
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

Rename trunk branch to master #4

Open
drizt opened this issue Aug 12, 2020 · 0 comments
Open

Rename trunk branch to master #4

drizt opened this issue Aug 12, 2020 · 0 comments

Comments

@drizt
Copy link
Collaborator

drizt commented Aug 12, 2020

git svn clone creates trunk branch. But in git default branch name is master so it should be renamed. It need for comfortable work with git. For example I can do

git checkout -b my_test
....
git commit -m 'My test commit'
# Next I want to return to default branch as I do it always.
git checkout master 

Atm the last command will fail and it will be unexpected behaviour.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant