Did you know that you can navigate the posts by swiping left and right?

How To Delete A Git Remote Tag

13 Mar 2018 . category: sysadmin . Comments
#sysadmin #git #tag

Get the list of remote tags


git fetch

List the tags in the repository


git tag

Remove a tag from a repository


git tag -d tag-name
git push origin :refs/tags/tag-name

Thank you!


Me

Harry Nguyen is an awesome person. Abosolutely true!.