1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

add git cleanup hint

Peter Bieringer 2024-07-25 15:54:06 +02:00
parent 5c99686ed5
commit 57d1fa52d0

@ -19,6 +19,14 @@ dnf install python3-pytest python-tox python-typeguard python-flake8
Run in main source directory Run in main source directory
### Directory Cleanup (optional)
Note: will remove everything untracked, even ignored
```bash
git clean -fdx
```
### Syntax check ### Syntax check
```bash ```bash