push

star 9

Pushes the current branch to the remote repository.

MetaMask By MetaMask schedule Updated 1/27/2026

name: push description: Pushes the current branch to the remote repository. unsandboxed: true

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
Install via CLI
npx skills add https://github.com/MetaMask/ocap-kernel --skill push
Repository Details
star Stars 9
call_split Forks 6
navigation Branch main
article Path SKILL.md
More from Creator