We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
If you want to update a git tag with the current latest commit, you can use the following commands (assuming the tag is
called v1
):
git tag -fa v1 -m 'Update v1 tag'
git push origin v1 --force
If this post was enjoyable or useful for you, please share it! If you have comments, questions, or feedback, you can email my personal email. To get new posts, subscribe use the RSS feed.