# DevOps

# Bitwarden Secrets Manager on macOS

Run this command:

```
curl https://bws.bitwarden.com/install > bws.sh
```

<p class="callout danger">Review the downloaded script to make sure that it is safe to use</p>

# 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
```