diff --git a/README.md b/README.md index 58fab68..b880960 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file