Git Workflow

Guidelines for Michael Vorburger's preferred Git workflow. Use when this capability is needed.

tomevault-io Updated

File contents

Git Workflow

This skill describes Michael Vorburger's preferred Git workflow across his projects:

Pre-Commit Testing

  • Before creating a commit, always ensure the project passes its tests.
  • Refer to the testing skill to determine how to run tests for the current repository.

Automagic Push

  • After successfully completing a git commit, always automatically run git push to push the changes to the remote repository.

Source: vorburger/aifiles — distributed by TomeVault.

tomevault-io/skills-registry/tree/main/vorburger--aifiles--git-workflow commit 1ff446705f

Frequently asked questions

npx skillmds@latest add tomevault-io/git-workflow-51