14

There should be a "Did you get latest? There have been 'x' commits since you last opened this project" dialog box when opening any team project.

Comments
  • 1
    I vote for this
  • 1
    This^^^
  • 2
    You can get this in the command line by simply doing `git fetch` then once you do `git status` it will tell you how behind you are from the master branch of the project.

    Surely an IDE could easily do that :o
Add Comment