SyntaxFix
Write A Post
Hire A Developer
Questions
In order to compare two files in the git bash you need to use the command:
git diff <Branch name>..master -- Filename.extension
This command will show the difference between the two files in the bash itself.