In CCRC we have a "MainBranch" from main Branch we took a branch named "branch1" with label "label1" and we started checking into that.
The main branch also having a label with the same label name "label1".So we created another label "label2" in the same branch "branch1" and checked in some code into that.
Is it possible to rename "label1" to "label2" in branch1 without affecting the codes in "mainBranch" ? so that we will get the entire codes under same label. If any other way to solve this issue please suggest