I have two remote branches:
feature233
v1.9.12.
I need to rename the 1. branch to v1.9.12 and the 2. branch to v1.9.15 :
- feature233 --> v1.9.12
- v1.9.12 --> v1.9.15
Since the new name of the 1. branch is the same as the old name of the 2. branch, is going to be any problem for the rest of the users of the remote repository? What should they do to have localy the new name of both branch?
Thanks!