Compare Different Branches In Visual Studio Code
In this post, I'll show how to search and compare different branches in VS Code. This is an easy and straight forward procedure using a Vscode extension.
Shortest Way
git diff master..feature
Smart Way
In this method, we're using a Vscode extension ...
blog.makeinfo.co1 min read