Currently in my system I created a branch called JB-602
in which I and another colleague are developing a feature in which it is incremental. In other words, we do a step and perform merge with branch master
to increase production.
The problem is that now all the changes that are made to the branch JB-602
are automatically mirrored in the branch master
, this makes it difficult to solve more specific problems , since everything in the branch JB-602
is available in the master.
How can I remove this pointer from branch master
to JB-602
?