[Ottawa-pm] Git: Tag a remote repo?

Clayton Scott clayton.scott at gmail.com
Thu Oct 16 17:54:12 PDT 2008


On Thu, Oct 16, 2008 at 8:06 PM, Michael P. Soulier <
msoulier at digitaltorque.ca> wrote:

> On 16/10/08 Clayton Scott said:
>
> > How do I tag the remote? Does anyone know?
>
> Just make your tag locally and then push with the --tags argument.
>


Thanks. So what I did was tag the local repo (master):

git tag -a <tagname> -m<message>
git push --tags origin master


Doing that did what I wanted. Now I know all of the basics for getting
around in git.

Clayton
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.pm.org/pipermail/ottawa-pm/attachments/20081016/9e1219e5/attachment.html>


More information about the Ottawa-pm mailing list