You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commands like Compare with HEAD do a triple-dot comparison, e.g., master...my-branch. This lists new stuff in my-branch but also new commits in master. (This has been introduced in #240 / 54941e6.)
In practice, I'm much more often interested in changes in my-branch only, which is done using a double-dot comparison master..my-branch.
kyleseely, regexus, lyonbach, curita, sh4per and 1 more