Skip to content

ginko handoff

Terminal window
ginko handoff [message] [options]

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.

FlagDescription
-v, --verboseShow detailed cursor and sync information
--no-commitSkip git commit during handoff
Terminal window
# Quick handoff
ginko handoff
# Handoff with context message
ginko handoff "Completed auth middleware, need to add rate limiting next"
# Verbose output
ginko handoff --verbose
# Skip git commit
ginko handoff --no-commit
  • Session cursor (position in sprint/task)
  • Recent event log
  • Uncommitted file list
  • Handoff message for next session