On Sun, Nov 14, 2010 at 10:40 PM, Shaping <shap...@charter.net> wrote:

> Are you saying that fetch downloads a model of some remote committed code,

> so that I can somehow view an abbreviated representation of that code, so

> that I can later, at my convenience, select some or all of it and then

> actually download the code itself?

 

No, it downloads all the commits you don't already have from the

remote repository and stores

 

...stores the code but not in your repo directories.  The code is retained
in some Git data file in the installation direction, I suppose.

 

 

I asked this before, but didn't see an answer: 

 

origin == original clone?  I guess not.  

 

origin == original remote repo from which the local clone was created.

 

 

them locally so you can later merge,

rebase, examine, checkout, build, etc.

 

I need to be able to see this code in the GUI, in order to do a check-out (I
don't get to use the code until it is checked-out.)

 

I'm having trouble finding rigorous definitions for Git terms, so that I can
reason reliably about actions to the repo.  A "check-out" is an actual
copying of files (in their appropriate directories) into the working
directory.  These seem to be able to come from the origin (the source of the
local clone) or the local clone itself.  An "update" seems to be the same
but involving only the latest deltas you don't have, applied to a named
branch (like the clean branch for x86 Windows) you've previously
checked-out.

 

http://www.kernel.org/pub/software/scm/git/docs/git-checkout.html

 

 

The above page is mostly about command syntax.

 

 

Shaping 

 

----------------------------------------------------------------------------
--

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

------------------------------------------------------------------------------
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