Can we merge tags in git?
Can we merge tags in git? You can’t merge into a specific commit so you’d need to move the tag to the commit you want. Can you tag a merge? If the answer is ‘yes’ then it doesn’t matter whether you tag it before or after doing the fast-forward merge, […]
Continue Reading