gluster-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gluster-devel] New release of lsgvt


From: Niels de Vos
Subject: Re: [Gluster-devel] New release of lsgvt
Date: Sun, 30 Dec 2012 13:51:07 +0100
User-agent: Mutt/1.5.20 (2009-12-10)

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
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/gluster-devel


-- 
Niels de Vos
Sr. Software Maintenance Engineer
Support Engineering Group
Red Hat Global Support Services



reply via email to

[Prev in Thread] Current Thread [Next in Thread]