GitButler ⧓

Commands

but show

Shows detailed information about a commit or branch.

Shows detailed information about a commit or branch.

Shows detailed information about a commit or branch.

When given a commit ID, displays the full commit message, author information, committer information (if different from author), and the list of files modified.

When given a branch name, displays the branch name and a list of all commits on that branch. Use --verbose to show full commit messages and files changed.

Examples

Show commit details by short commit ID:

but show a1b2c3d

Show commit details by CLI ID:

but show c5

Show branch commits by branch name:

but show my-feature-branch

Show branch with full commit details:

but show my-feature-branch --verbose

Usage: but show <COMMIT> [OPTIONS]

Arguments

  • <COMMIT> — The commit ID (short or full SHA), branch name, or CLI ID to show details for (required)

Options

  • -v, --verbose — Show full commit messages and files changed for each commit

Last updated on

On this page

Edit on GitHubGive us feedback