# Push

> Pushes the current branch to the remote repository.

- Skill: `consensys-incorporated/push` (Agent Skill)
- Install (CLI): `npx skillmds@latest add consensys-incorporated/push`
- Raw SKILL.md: https://api.skillmd.com/api/skills/consensys-incorporated/push/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: consensys-incorporated (https://skillmd.com/u/consensys-incorporated)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/consensys-incorporated/push

---


When asked to push code, follow these steps:

1. Run `git status` to verify there are commits to push.

2. Push to the remote repository:

   - Run `git push` to push the commits
   - If the branch has no upstream, use `git push -u origin <branch-name>`

3. Report the results including:
   - The branch name
   - The push status

