I was wondering, if it's possible to make branches unable to merge?
For Example: I have master
, branchA
, branchB
. I'm currently working on branch branchB
which is completetely different from the other branches. How to make this branch unable to merge with others?
My bad, if it's a duplicate question.