How to remove the master branch pointing with another work branch

0

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 ?

    
asked by anonymous 06.11.2018 / 14:06

0 answers