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.