π¦ ClawHub
Commit Push
by @anderskev
commit and push all local changes to remote repo
π‘ Examples
# Simple feature
git commit -m "feat(api): add pagination support to list endpoints"Bug fix with body
git commit -m "$(cat <<'EOF'
fix(auth): handle token expiration during long requestsThe previous implementation did not account for tokens expiring
during the processing of long-running requests.
Fixes #42
Generated with Claude Code
Co-Authored-By: Claude
EOF
)"
Breaking change
git commit -m "$(cat <<'EOF'
feat!(api): change response format for user endpointsBREAKING CHANGE: The status field is now an object with state and
message properties instead of a plain string.
Generated with Claude Code
Co-Authored-By: Claude
EOF
)"
TERMINAL
clawhub install commit-push