Can't see remote branch, problems with .git/config?
For some reason I can't see new branches that one my team has entered, I am 99% sure the branch exists as I can see it in Bitbucket's UI. I have a feeling it may be because my .git/config file is not correct. At the moment I have this... [remote "origin"] url = git@bitbucket.org:user/project.git fetch = +refs/heads/master:refs/remotes/origin/master fetch = +refs/heads/testing:refs/remotes/origin/testing fetch = +refs/heads/uat:refs/remotes/origin/uat fetch = +refs/heads/release-1.9:refs/remotes/origin/release-1.9 I have tried "git remote update" & "git fetch origin" but both fail to get the