Commands
>_
but diff
Displays the diff of changes in the repo.
Without any arguments, it shows the diff of all uncommitted changes. Optionally, a CLI ID argument can be provided, which chan show the diff specific to
- an uncommitted file
- a branch
- an entire stack
- a commit
- a file change within a commit
Usage: but diff [TARGET] [OPTIONS]
Arguments
<TARGET>— The CLI ID of the entity to show the diff for
Options
--tui— Open an interactive TUI diff viewer--no-tui— Disable the interactive TUI diff viewer (overrides but.ui.tui config)
Last updated on