On Fri, Nov 05, 2010 at 02:16:16PM -0500, Chanoch (Ken) Bloom wrote:
> On Fri, 2010-11-05 at 11:34 -0700, Brian Lavender wrote:
> > How do you tag a group of files with git?
> 
> What do you mean by tag a group of files?
> You can tag a revision -- that is, give it a human-readable name using
> the git tag command.

Some of my files have three changes, some have two, so I want to give
a label to the current state of the files.

Does this command give all files the same commit id? 

git commit -a

And then do the following? 

git tag v2.5 1b2e1d63ff

brian
-- 
Brian Lavender
http://www.brie.com/brian/

"Program testing can be used to show the presence of bugs, but never to
show their absence!"

Professor Edsger Dijkstra
1972 Turing award recipient
_______________________________________________
vox-tech mailing list
[email protected]
http://lists.lugod.org/mailman/listinfo/vox-tech

Reply via email to