docs: add version control section to README

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
ijuanes 2026-06-04 01:00:49 +01:00
parent ec79bc2ca3
commit e9862f3d8d

View file

@ -153,6 +153,17 @@ To backup your data:
cp tablets.db tablets_backup_$(date +%Y%m%d).db
```
## Version Control
This project uses Git for version control with the following structure:
- `master` - Production-ready releases
- `develop` - Integration branch for features
- `feature/*` - Individual feature branches
- `hotfix/*` - Urgent bug fixes
See `CONTRIBUTING.md` for detailed workflow and commit conventions.
## License
This is a simple educational project. Feel free to use and modify it as needed.