# Comin Hard Reset

<p class="callout danger">Do not use git push --force on main, otherwise comin will not be able to recognize changes until it is reset</p>

```bash
# rm -rf /var/lib/comin
# systemctl restart comin
# cd /var/lib/comin/repository
# comin fetch
```