Git Pushing

Push branches and tags safely with pre-push verification and remote hygiene checks. Use when publishing commits, updating feature branches, or preparing release tags.

nikopj01 Updated

File contents

Git Pushing

Workflow

  1. Confirm current branch, remote, and target destination.
  2. Run required local checks (tests, lint, build) before push.
  3. Push with explicit branch mapping to avoid accidental updates.
  4. Verify remote status and CI start after push.
  5. If push is rejected, resolve via pull/rebase and retry safely.

nikopj01/codex-skills/tree/main/git-pushing commit e59e4db3e7

Frequently asked questions

npx skillmds@latest add nikopj01/git-pushing