Git doesn't clone all branches on subsequent clones?
I have some problems with Git using cloned repositories and branches and it's somehow not possible for me to find an answer to this. Let me describe: we have a bare master Git repository here we all pull from and push to, located on a local linux machine and reachable with ssh. I made a clone of this to my usb thumb drive like this: git clone ssh://adahl@gollum//net/repos/netcube/patches.git This gives me of course a local clone with a working copy on my thumb drive. I cd to this and see some branches in this clone then: cd patches git branch -a * master remotes/origin/HEAD -> origin/master