Skip to main content
The git commands let you connect a repository, trigger deploys, view build logs, and roll back — all without leaving the terminal.

Connect a Repository

Examples:

Disconnect

Removes the git connection and webhook. Deployed code stays in the pod.

Status

Shows the connected repository, branch, auto-deploy setting, and latest deployment status.

Trigger a Deploy

Deployment History

Build Logs

Without a deployment ID, shows logs from the most recent deployment.

Rollback

Without a deployment ID, rolls back to the previous deployment.