On Thu, Oct 16, 2008 at 8:06 PM, Michael P. Soulier <span dir="ltr">&lt;<a href="mailto:msoulier@digitaltorque.ca">msoulier@digitaltorque.ca</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On 16/10/08 Clayton Scott said:<br>
<br>
&gt; How do I tag the remote? Does anyone know?<br>
<br>
</div>Just make your tag locally and then push with the --tags argument.<br>
</blockquote><div><br><br>Thanks. So what I did was tag the local repo (master):<br><br>git tag -a &lt;tagname&gt; -m&lt;message&gt;<br>git push --tags origin master<br><br><br>Doing that did what I wanted. Now I know all of the basics for getting around in git.<br>
</div></div><br>Clayton<br>