Branching Refresh in Visual Studio in TFS Online using Git -
i using visual studio online source repository , have chosen git source control. have created new branch named "branch1" , published in server.
i want fellow developer branch in visual studio , work this. other developer not getting "branch1" listed in visual studio. how can other developer refresh list of branches available in server.
thanks
make sure fellow developer fetches commits team first.

then he/she can create local branch tracking new remote branch.
see "visual studio 2013 git, master branch listed"

Comments
Post a Comment