-->

Git new remote branches

2019-05-30 19:25发布

问题:

I tried to create a new branch in git. The new branch name is "1.0.0". Why is that after I push it into remote, the branches display become '1.0.0.x-dev'. Why is it adding 'x-dev' at the back? How can I have it to be original name '1.0.0' on the remote repository?

Thanks.

标签: git bonobo