I've seen other posts about how it is safe to delete a branch that has been merged, but is it also safe to tag a branch and then delete that branch?
I would like to branch off an old release, make a fix and then tag it without merging it back into master. I don't like to leave open branches, so I would prefer to delete it once it has been tagged.
I would still like to be able to click the tag in SourceTree and view the history as if it were still on a branch.