Note:10: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

6 July 2018

  • curprev 08:4908:49, 6 July 2018Ccicalese talk contribs 185 bytes +185 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..."