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

Clone from GitHub
Clone from GitHub
Create a project by cloning it from GitHub
Resolve Conflicts
Resolve Conflicts
Let the IDE help in the tricky business of resolving merge conflicts.
Move Work Aside With Stash
Move Work Aside With Stash
Use git's stash to move uncommitted work aside temporarily.