GitButler ⧓

Commands

but snapshot

Create an on-demand snapshot with optional message

Usage

but snapshot [OPTIONS]

Description

Creates a snapshot of the current workspace state in the operation log. This is useful for creating manual checkpoints before making significant changes.

Options

-m, --message <MESSAGE>

Message to include with the snapshot.

  • Type: String
  • Required: Optional

Examples

Create a snapshot without a message:

but snapshot

Create a snapshot with a descriptive message:

but snapshot -m "Before refactoring authentication module"

Last updated on

On this page

Edit on GitHubGive us feedback