how can I see a diff between a local branch and a remote branch?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|||||||||||||||||||||
|
|
For example |
|||
|
First type
to get the list of available branches. On the output you may see something like
Then show the diff
|
|||||||
|
|
|
I understand much better the output of:
that shows me what is going to be dropped and what is going to be added if I push the local branch. Of course it is the same, just the inverse, but for me is more readable and I'm more confortable looking at what is going to happen. |
|||
|
|