ginko ship
ginko ship [message] [options]Description
Section titled “Description”Ships your work with AI-enhanced commit messages, PR descriptions, and optional test runs. Handles the full flow from commit to push.
Options
Section titled “Options”| Flag | Description |
|---|---|
-b, --branch <name> | Specify branch name |
--no-push | Skip pushing to remote |
--no-tests | Skip running tests |
--no-clean | Skip cleanup of temp files |
--docs | Update CHANGELOG.md and check sprint tasks |
--no-ai | Disable AI enhancement |
-v, --verbose | Show detailed output |
Examples
Section titled “Examples”# Ship with AI-generated commit messageginko ship
# Ship with custom messageginko ship "Add authentication middleware"
# Ship without pushingginko ship --no-push
# Ship with docs updatesginko ship --docs
# Ship to specific branchginko ship -b feature/authRelated Commands
Section titled “Related Commands”- ginko handoff — Save session before shipping
- ginko verify — Verify task completion