Login
Remember
Register
Ask a Question
How to get difference between two branches branch1 branch2
0
votes
asked
May 23, 2020
in
Git
by
Robindeniel
How to get difference between two branches branch1 branch2
#git-braches
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 23, 2020
by
SakshiSharma
Below is the syntax to get difference between two branches
git diff branch1 branch2
...