Skip to content

Show changes in my branch only (.. comparison instead of ...) #330

@borekb

Description

@borekb

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions