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

Related questions

0 votes
asked Feb 13, 2022 in Git by rajeshsharma
0 votes
asked Aug 22, 2023 in Git by JackTerrance
...