Commit Push
Follow the commit workflow, then:
- Confirm the current branch and upstream.
- Push the new commit to the remote branch. If no upstream exists, push with
-u origin <branch>. - Report the pushed branch and resulting commit SHA.
Guardrails
- Do not create a PR.
- Do not use force push unless the user explicitly asks.