I created a branch feature
from branch develop
, after working on the branch feature
, the whole requirement changed, now I need to reset my whole work on this feature but I need to keep a backup.
So I created a branch feature_backup
from feature
, and I want to delete the feature
branch and start all over again with the same branch name.
Does deleting the feature
branch (without merging it to the develop branch) deletes it's sub-branch feature_backup
?