Skip to main content
These commands are designed to make common tasks faster and more enjoyable.

wip

Create a quick work-in-progress commit with an auto-generated message.

Options

Arguments

Examples

Generated Messages

Use wit uncommit later to restore your WIP state and create a proper commit.

amend

Modify the last commit easily.

Options

Examples

Comparison with Git


fixup

Create fixup commits for later squashing.

Options

Examples


snapshot

Create quick checkpoints without full commits.

Commands

Examples

Example Output

Snapshots are lighter than commits and don’t appear in your commit history. They’re perfect for “save points” during risky operations.

cleanup

Find and remove merged or stale branches.

Options

Examples

Example Output


stats

Show repository statistics and insights.

Options

Examples

Example Output


blame

Show who changed each line of a file.

Examples

Example Output


Quick Productivity Workflow