Monitor Incoming and Outgoing Commits

Want to know if your branch has new commits? Here's how.

Tip Screenshot

The blue icon next to the branch name in the Branches popup will let you know if this branch has any new incoming commits, while the green icon will let you know if the branch has outgoing commits.


Related Resources

Resolve Conflicts
Let the IDE help in the tricky business of resolving merge conflicts.
Move Work Aside With Stash
Use git's stash to move uncommitted work aside temporarily.
Move Work Aside With Shelve
Move uncommitted work aside when you need to work on another branch.