Skip to content
VictorK edited this page Oct 23, 2019 · 1 revision

Remove a tag

git push --delete origin 1.4.2; git tag -d 1.4.2

Add a tag

git tag 1.4.2;git push origin master --tags

Clone this wiki locally