Fabien Benureau a1895103fc new and improved tag(s) command !
(will be renamed 'tag' in next commit)
'git tag ref' returns the tags of the ref
'git tag tag1' return the refs which have tag1 as tag
'git tag ref tag1,tag2' add tag1 and tag2 to ref
'git tag ref :tag1,tag2' remove tag1 and add tag2 to ref
2013-06-27 11:45:34 +02:00
..
2013-06-21 20:00:01 +02:00
2013-06-25 16:55:48 +02:00
2013-06-27 11:38:08 +02:00
2013-06-27 11:45:34 +02:00