How to prevent git tag from being modified
習慣沉默
習慣沉默 2017-05-17 10:03:18
0
1
842

git may still be modified after being tagged. How to ensure that the tag can no longer be modified?

習慣沉默
習慣沉默

reply all(1)
我想大声告诉你

Delete and re-type (o^^o)
git push origin :v1.1
//You can also do this
git push origin --delete tag V1.1

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template