vault backup: 2025-01-17 22:29:47

This commit is contained in:
Nathan Price 2025-01-17 22:29:47 -05:00
parent e0442b282f
commit b2b2cca5bf
Signed by: gravityfargo
SSH key fingerprint: SHA256:bjq+uA1U+9bFMd70q2wdNtwaYxGv84IBXalnYvZDKmg

View file

@ -25,3 +25,9 @@ Then, you can run the container with the following command:
cd ~/Repositories/quartz-docker cd ~/Repositories/quartz-docker
make run make run
``` ```
If 200+ files are claiming to be modified, you may need to disable filemode checking:
```bash
git config core.fileMode false
```