Reputation: 961
In Visual Studio lets assume the following scenario:
When we make a commit there are no changes displayed under the Team Explorer > Changes. If we didn't do the step 5 the Changes tab will display the current changes compared with the previous commit. I need to know how to compare current state of the branch(committed + uncommitted) with the original code(master branch).
Upvotes: 4
Views: 7120
Reputation: 1001
For Visual Studio 2019 (as asked)
Upvotes: 2
Reputation: 21
If you are using the Microsoft DevOps as your remote repository. DevOps has a way to compare branches. Under the "Repos/Branches" menus.
Example Heading:
Branch compare Comparing "RevampTasks" to "Development"
Upvotes: 2