git tips

delete a tag locally and remotely

git push –delete origin tagName
git tag -d tagName

This entry was posted in System Administration. Bookmark the permalink.

Leave a Reply