You can just run `git fetch`. The origin/* branches will then contain what you want. Replace origin with whatever name you gave your remote. Assuming you really want to pull all branches directly to local branches, add a refspec that does that. git-fetch(1) has the details. Hope that helps, Reto