Skip to main content
Reports a git push to the current agent’s workflow timeline. This command runs on an agent VM, called from the pre-push git hook. It records the branch name, commit count, and optionally a list of changed files so the push appears in the agent’s progress history. The command uses the MURMUR_WORKFLOW_ID environment variable to identify which agent to report to. It resolves the repository URL from the --repo flag or auto-detects it from the origin git remote.

Synopsis

Arguments

Environment variables

Examples

Report a push from a pre-push hook

The repository is auto-detected from the origin git remote.

Report a push with changed files

Report a push with an explicit repository URL

Errors