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.

https://i-msdn.sec.s-msft.com/dynimg/ic698190.png

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

http://i.stack.imgur.com/dhz4k.png


Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -