Arc Forumnew | comments | leaders | submitlogin
2 points by gmoney 5913 days ago | link | parent

How do you pull all updates from the repository ?


2 points by nex3 5913 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 5913 days ago | link

Thanks; I've updated my blog posting.

-----