Is there a way to fetch all the remote branches of a remote? I have one computer that cloned a repository from a server and I want clone that computer's repository to another computer, but it only brings over the local branches from the clone. I'd like to also get all the remote branches so it's the same as if I had cloned directly from the server. Just as if I had cp -R'd the .git folder (except with the remote tracking info I get when I clone). The source computer's repository is using git-svn so I'm trying to make a copy of that repository in a way that I can just push and pull changes to the intermediate git svn repository then later do the final git svn dcommit. Is the best way to just copy the whole .git folder to the destination computer and then add the original as a remote? That's a last resort for me because as new svn branches are created, I'd like to pick them up when I do git pull's from the second computer. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html