Thanks. (BTW, the other day some friends made fun of me because I didn't yet use git.)
On Wed, Feb 11, 2009 at 11:07 PM, Stephen C. Gilardi <[email protected]>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 > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
