I think the right answer is triple dot
git diff master...feature
That shows only new changes on feature with respect to master. See also: git diff – show only what’s new on the remote
I think the right answer is triple dot
git diff master...feature
That shows only new changes on feature with respect to master. See also: git diff – show only what’s new on the remote