Arc Forumnew | comments | leaders | submit | gmoney's commentslogin

How do you pull all updates from the repository ?

-----

2 points by nex3 6051 days ago | link

The first time you clone the repository with "git clone," you'll be fully up-to-date until someone pushed something else. Then you can use "git pull" to grab that.

-----

3 points by kens 6051 days ago | link

Thanks; I've updated my blog posting.

-----