I have an old master
branch which is broken and should not be used.
And I have a new branch master2
which is good and further changes should be committed to it.
Can I rename the old master
to master-old
and rename master2
to become the new master
?
Will that be an issue?