On Wed, 11 Feb 2009 23:07:31 -0500
"Stephen C. Gilardi" <squee...@mac.com> wrote:

> 
> On Feb 11, 2009, at 10:57 PM, Jeffrey Straszheim wrote:
> 
> > I know I should look this up on the web, but I'm really busy these  
> > days.  I do intend to learn git someday, but I'm doing fine with  
> > Subversion for my own work.  However, a lot of you are
> > distributing your libs in git.
> >
> > So, can you give me a quick pointer on how to do two things:
> >
> > 1. Check out someone's project into a folder (read only).
> 
> cd <the directory within which you want the new checkout>
> git clone <the git URL you have>
> 
> > 2. Update that project when the author makes changes.
> 
> cd <the git directory you checked out>
> git pull
> 
> --Steve
> 

Hmm, forgive a possibly stupid question: Do you not also need to do a
"git update" to update your working copy to the new head revision? 

I don't know git that well, but it seems like many DVCSs like mercurial
distinguish between "pull" and "update".

-Kyle

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to