Thanks Niels, I have just tagged the latest commit with tag "v0.2" Fred On Sun, Dec 30, 2012 at 1:51 PM, Niels de Vos <ndevos at redhat.com> wrote: > On Sun, Dec 30, 2012 at 10:40:57AM +0100, Fred van Zwieten wrote: > > Jan, > > > > I'm a newby when it comes to git. What are 'git tags'? > > The commit that marks your 0.2 version can be tagged. This makes it > easier for anyone to checkout the version without missing or additional > changes. > > For example: > > 1. create a tag > $ git tag lsgvt-0.2 f92699c645 > (f92699c645 is the last commit you made in github) > > 2. push the tag to the remote origin (like your github repo) > $ git push --tags origin > > 3. checkout the 0.2 release on a different machine > $ git clone git://github.com/fvzwieten/lsgvt.git > $ cd lsgvt > $ git checkout lsgvt-0.2 > > > And 'git tag --help' shows some more options and details. > > Cheers, > Niels > > > > > Fred > > > > > > > > > > > >Hi there, > > > >Just uploaded version 0.2 of lsgvt to github. > > > > > > Git tags are missing, btw. > > > > > > _______________________________________________ > > Gluster-devel mailing list > > Gluster-devel at nongnu.org > > https://lists.nongnu.org/mailman/listinfo/gluster-devel > > > -- > Niels de Vos > Sr. Software Maintenance Engineer > Support Engineering Group > Red Hat Global Support Services > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20121230/927898b4/attachment.html>