visual studio - How can I know when a new version is available in source control? -


i've been relying on email alerts, don't doing that. there alert or notification or other clue within visual studio let me know need latest?

if you're using tfvc, source control explorer show on file file basis whether have latest version.

if you're using team rooms, team room can configured display notifications whenever user commits change.

in general, shouldn't matter -- "get latest" few times day , resolve conflicts pop up.


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -