# Version Control

Rules for git and version control practices.

## Git Best Practices

- **Git Commits**: Use git after every major change to the project. Commit frequently with clear, descriptive messages that explain what changed and why.
