Compare same branch (local) to remote branch

Answered

I have read this:

https://www.jetbrains.com/help/idea/manage-branches.html#d1423885e173

 

it explains how to compare branches that are different. At the moment I am working on a branch together with teammate. I would like to see his changes before I pull them. But the branch is the same. How can this be done?

0
1 comment

Call Fetch and compare your current branch (e.g. master) with its remote (e.g. origin/master)

0

Please sign in to leave a comment.