On Sun, Nov 14, 2010 at 10:01 PM, Shaping <shap...@charter.net> wrote:
> I know.  I'm concerned about possible collisions with modified stock code.
> I think the point Chris is making in his step 2 is that these changes need
> to be committed, first, but he did not mention old directories , only new
> ones.

'git add' is used to tell git about new files you have created. The
command to commit with the '-a' switch tells git to include all
changes in existing files as well as those you've added manually. This
is why I used:

  git commit -a -m "My message"

I strongly suggest created a test clone of the factor repository and
playing around with git commands in this 'safe to destroy' clone while
working through a git tutorial.

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

Reply via email to