On Sun, Nov 14, 2010 at 8:52 PM, Chris Double <chris.dou...@double.co.nz> wrote: > 2) In this repository you make your own changes, including adding > stuff to the work directory, editing files, etc. Now you want to save > those in git so you can update safely. > > git add work/my-new-vocab/* > git add any-other-new-files > got commit -m "This is a message describing my changes"
That last line should be: git commit -a -m "This is a message describing my changes" Note that '-a' switch. Chris. -- http://www.bluishcoder.co.nz ------------------------------------------------------------------------------ Centralized Desktop Delivery: Dell and VMware Reference Architecture Simplifying enterprise desktop deployment and management using Dell EqualLogic storage and VMware View: A highly scalable, end-to-end client virtualization framework. Read more! http://p.sf.net/sfu/dell-eql-dev2dev _______________________________________________ Factor-talk mailing list Factor-talk@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/factor-talk