git view diff between two branches code example
Example 1: git show diff between branches
git diff branch_1..branch_2
Example 2: diff specific file git different branches
git diff mybranch master -- myfile.cs
git diff branch_1..branch_2
git diff mybranch master -- myfile.cs