<div class="gmail_quote">On Tue, Mar 9, 2010 at 11:50 AM, Kassen <span dir="ltr"><<a href="mailto:signal.automatique@gmail.com">signal.automatique@gmail.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div>I do have a rather basic question now, since this is the first update after I made the jump to running the git version. I originally made a "clone" which resulted in a "fluxus" dir with source and docs that lives in my main "Fluxus" dir. The git docs at <a href="http://www.kernel.org/pub/software/scm/git/docs/git-clone.html" target="_blank">http://www.kernel.org/pub/software/scm/git/docs/git-clone.html</a> tell me that I won't have to copy the whole thing again, but can instead "fetch" or "pull". Sounds good, but they are different and I don't understand enough of it to make a educated choice.</div>

<div><br></div></blockquote><div><br></div><div>You want to do a "git pull origin master" while in your fluxus clone dir to update to the latest source.</div><div><br></div><div>FYI, git-pull is really doing two things in order: git-fetch and git-merge.  fetch means retrieve the updates from a remote location, in this case "origin" which is automatically set when you clone, but will not merge that into your local checkout.  </div>
<div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div></div><div>Supposing that my clone is in ~/Fluxus/fluxus/ and I didn't edit the source, what do I type to get this update? I take it that it will need a "scons clean" too?</div>
</blockquote><div><br></div><div>Yes you should probably clean.  Scons is suppose to be smart enough to figure out what is different, and you could just try it, but if you get any hint of a problem just clean and start fresh.</div>
<div><br></div><div>dave</div><div><br></div></div>