Skip to main content

Module commands

Module commands 

Source
Expand description

Command implementations

Modulesยง

abandon
gw abandon command - Abandon current changes and return to home branch
cleanup
gw cleanup command - Delete merged branch and return to home
home
gw home command - Switch to home branch and sync with origin/main
new
gw new command - Create new branch from origin/main
pause
gw pause command - Pause current work by creating a WIP commit and returning to home
status
gw status command - Show current repository state
sync
gw sync command - Sync current branch after base PR merge
undo
gw undo command - Undo the last commit (soft reset HEAD~1)