I am using Visual Studio online as my source repository and have chosen git for source control. I have created a new branch named as "Branch1" and published it in the server.
I want the fellow developer to get this branch in his visual studio and work with this. But the other developer is not getting this "Branch1" listed in his visual studio. How can the other developer refresh the list of branches available in the server.
Thanks