Changes

Jump to navigation Jump to search
352 bytes added ,  14:20, 2 December 2015
adds git tag info
</source>
== Tags ==With git, you can just tag something with <code>git tag foo</code>. This produces a 'lightweight' tag. Use "annotated tags" whenever you want to know '''when''' something was tagged and '''who''' did it. Pass an empty message if you really don't care or need extra annotation.<source lang="bash">git tag -am '' 'REL-1.0-alpha'</source>
[[Category:Development]]
4,558

edits

Navigation menu