Can git tags be reused
git, git-tag
Solution
Git tags can't be reused. A tag can be removed and reassigned.
Problem
General use of the word tag implies it can be reused to tag different instances. Can tags be reused in Git?
git, git-tag
Git tags can't be reused. A tag can be removed and reassigned.
General use of the word tag implies it can be reused to tag different instances. Can tags be reused in Git?