From e9862f3d8df6eba9436cf252ee444f21f29511f9 Mon Sep 17 00:00:00 2001 From: ijuanes Date: Thu, 4 Jun 2026 01:00:49 +0100 Subject: [PATCH] docs: add version control section to README Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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