Skip to content

Git notebook

Stephen James edited this page Oct 26, 2016 · 3 revisions

Delete a tag (hopefully, you never have to do this)

Locally: git tag -d v0.x.x

Then Remote: git push origin :refs/tags/v0.x.x

Clone this wiki locally