Closed birdofpreyru closed 4 years ago
React-Starter release tags are likely to clash with the intented tags of for the derived end project. To remove all existing tags we can (at least on Linux) git tag | xargs git tag -d.
git tag | xargs git tag -d
React-Starter release tags are likely to clash with the intented tags of for the derived end project. To remove all existing tags we can (at least on Linux)
git tag | xargs git tag -d
.