wip
Create a quick work-in-progress commit with an auto-generated message.Options
Arguments
Examples
Generated Messages
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.