Files
factbase-ancient-history/.kiro/steering/git-commit-after-changes.md
2026-02-22 21:35:29 +00:00

313 B


inclusion: always

Git Commit and Push After Changes

After completing any task or batch of file changes, always run:

git add -A
git commit -m "<brief description of changes>"
git push

Do not wait for the user to ask. Commit and push immediately after making changes.