Git Push

Adds, commits, and pushes to GitHub. Use when this capability is needed.

tomevault-io Updated

File contents

Push Skill

When committing and pushing changes, always follow this sequence:

  1. git add . - Stage all changes
  2. git commit -m "descriptive message" - Commit with a clear message describing what changed
  3. git push - Push to remote

Do all three steps. Don't ask for confirmation between steps.


Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/random-lives--random-lives--push commit 49fd5e8383

Frequently asked questions

npx skillmds@latest add tomevault-io/git-push-3