I'm using bitbucket(i love it), and i have this situation:
there is a branch called "master", and i want to turn a feature branch (400 commits ahead the master) into the master, withouht dealing with the merge.
to simplify, i thought of renaming the feature branch to "release", and delete the master.
my question is if it's possible to delete the master branch, but still watch its source in the future. (like in the recycle bin..)
if not, is there a way of renaming the master to "master-2015-09" or so?