Expand description
Command implementations
Modulesยง
- abandon
gw abandoncommand - Abandon current changes and return to home branch- cleanup
gw cleanupcommand - Delete merged branch and return to home- home
gw homecommand - Switch to home branch and sync with origin/main- new
gw newcommand - Create new branch from origin/main- pause
gw pausecommand - Pause current work by creating a WIP commit and returning to home- status
gw statuscommand - Show current repository state- sync
gw synccommand - Sync current branch after base PR merge- undo
gw undocommand - Undo the last commit (soft reset HEAD~1)