Revision as of 07:49, 6 July 2018 by Ccicalese(talk | contribs)(Created page with "{{Note |title=Git tags }} Adding a git tag: * git tag -a tagname -m "Descriptive message" * git push --tags Deleting a tag * git tag --delete tagname * git push --delet...")