Am 18.08.2012 02:35, schrieb Yves Blusseau:
> Hi all,
> 
> i have rename all the version tags adding v in front of their old names. So 
> the old tag 4.1-beta1 become v4.1-beta1.
> I do that because it is easier to distinguish version tags from other tags 
> with command like git describe --match "v[0-9]*" --abbrev=7 HEAD.
> You need to get the new tags and remove your local old tags. To do that use:
> 
> git fetch
> bash <(git show origin/ybl/remove-old-tags:remove-old-tags) # replace origin 
> with the name of your remote
> 
> Regards,
> Yves

Hi Yves;

just ran the commands as shown above and it seems it worked well.

And shurely I'm learning a lot from your wiki additions - thx!
Expect more questions once I'll do the real work of merging up- and
downwards :)

kp




------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/

_______________________________________________
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to