Bookmarks
IT
Programming
Remove bad tag from repository
«
Bold and Italic in HTML5
Remove last commit from repository
»
Remove bad tag from repository
git tag -d bad-tag
git push origin :bad-tag
git tag -a good-tag -m "Add good-tag"
git push --tags
«
Bold and Italic in HTML5
Remove last commit from repository
»