9504 shaares
222 private links
222 private links
git tag v1.0.0 8bad64f6e9 -f
: the -f
option force the tag to update if it already exists.
Then push with git push origin --tags --force
git tag v1.0.0 8bad64f6e9 -f
: the -f
option force the tag to update if it already exists.
Then push with git push origin --tags --force