Git Sync

Automatically syncs local workspace changes to the remote GitHub repository. Use after significant changes or periodically.

S3YED f03a55a 684 B Updated

File contents

Git Sync Skill

Automatically syncs local workspace changes to the remote GitHub repository. Designed to be called by PCEC cycles or after significant changes.

Tools

git_sync

Commit and push changes.

  • message (optional): Commit message. Defaults to "Auto-sync: Routine evolution update".

Safety

  • Uses .gitignore and pre-commit hooks (ADL-compliant) to prevent secret leakage.
  • Checks if there are changes before committing.

Implementation

Wrapper around git add . && git commit && git push.

S3YED/appie-kit/tree/main/skills/misc/git-sync commit f03a55a649

Frequently asked questions

npx skillmds@latest add s3yed/git-sync