Is there a way so set a branch as inactive
or frozen
? Indeed, I don't want to delete my branch as I'm likely to work on it in the future but the branch is currently frozen.
I know i can change the name of the branch to a pattern like frozen/my-branch
but I'd like to know whether a native way to achieve this already exists in git.
Thanks!