On Sun, Nov 14, 2010 at 10:08 PM, Shaping <[email protected]> wrote: > > So why does this thing called a "fetch" exist, if it does not change repo > state? >
It downloads all commits from the remote repository that you don't already have and stores it in a remote branch in your repository. What it doesn't do is change any of your existing commits or code. It exists so you can get new code from the server. 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 [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
