From charlesreid1

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.

14 April 2018

  • curprev 08:4008:40, 14 April 2018Admin talk contribs 226 bytes +226 Created page with "To create a lightweight tag in a git repo: <pre> $ git tag v0.1 </pre> If you want to add more information, you can create an annotated tag: <pre> $ git tag -a v0.1 -m 'rai..."