Diff Views
Split and unified diff views with merge-base and uncommitted modes.
Toggle between split and unified views with the s key or the layout toggle in the status bar.
DiffHub supports two diff modes, selectable from the status bar dropdown:
DiffHub diffs against git merge-base HEAD <base-branch>. This means commits pushed to main after you branched do not appear in your diff — you only see what you changed.