0 votes
in Git by
How to get difference between two branches branch1 branch2

1 Answer

0 votes
by
Below is the syntax to get difference between two branches

git diff branch1 branch2
...