ginko handoff
ginko handoff [message] [options]Description
Section titled “Description”Saves the current session state so it can be seamlessly resumed later. Records what you were working on, uncommitted changes, and a summary for the next session. Optionally commits session files to git.
Options
Section titled “Options”| Flag | Description |
|---|---|
-v, --verbose | Show detailed cursor and sync information |
--no-commit | Skip git commit during handoff |
Examples
Section titled “Examples”# Quick handoffginko handoff
# Handoff with context messageginko handoff "Completed auth middleware, need to add rate limiting next"
# Verbose outputginko handoff --verbose
# Skip git commitginko handoff --no-commitWhat gets saved
Section titled “What gets saved”- Session cursor (position in sprint/task)
- Recent event log
- Uncommitted file list
- Handoff message for next session
Related Commands
Section titled “Related Commands”- ginko start — Resume from handoff
- ginko status — Check before handoff