What this helps you do
Amend, cherry-pick, revert, or prepare a bounded rewrite after publication checks.
Find it in GitGlow
Open a commit in History and choose an available history action.
Before you start
Pro. Amend and visual rewrite require unpublished work; cherry-pick and revert can enter the shared resolver.
Steps
- Select the exact commit or tip action.
- Review publication state, cleanliness, affected refs, and the recovery promise.
- Confirm the preview once; resolve or abort any resulting operation.
Expected result
GitGlow executes a fixed operation only after state revalidation and records the recovery path.
Controls
Amend
history.amendPreviews amending the clean unpublished tip.
- Screen
- History
- Available
- Pro
Cherry-pick
history.cherry-pickPreviews applying a selected commit.
- Screen
- History
- Available
- Pro
Revert
history.revertPreviews a new commit reversing the selection.
- Screen
- History
- Available
- Pro
Recovery
If the workflow cannot continue
Unknown remote state blocks destructive history edits. Fetch first so publication can be determined.