In my master branch, there're following local branches that have been merged, but I would like to remove the local_branch3
from master:
local_branch1
local_branch2
local_branch3
local_branch4
after removing the local_branch3
from master, I would like it to remain a local branch (only deleted from master).
I've check Steve Harman's blog on this similar issue, but that seems also deleting the local branch for ever.
Edit: to clarify what I meant, as I posted in one of the below comments:
I would like the master branch to undo the changes resulting from local_branch3 merging, while leaving local_branch3 untouched.
The reason being that I would like to keep the master
branch deliverable while I tweak on local_branch3
.