docs: add version control section to README
Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
parent
ec79bc2ca3
commit
e9862f3d8d
1 changed files with 11 additions and 0 deletions
11
README.md
11
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue