Git: How to see different of two remote branches?
I have two remote branches that I need to check the differents?
Example:
master and develop
of
develop and fix-xyz
what is the git comment to see the files that changes and then to see what lines have changed>?
Assuming I'm reading your question correctly, and assuming they're on origin
, you can do:
git diff remotes/origin/origin remotes/origin/develop
and
git diff remotes/origin/develop remotes/origin/fix-xyz
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With