From b2b2cca5bfbf4eff49ce5820ce38db34e78c66c7 Mon Sep 17 00:00:00 2001 From: Nathan Price Date: Fri, 17 Jan 2025 22:29:47 -0500 Subject: [PATCH] vault backup: 2025-01-17 22:29:47 --- docker/quartz/Developing with Quartz.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docker/quartz/Developing with Quartz.md b/docker/quartz/Developing with Quartz.md index 5e907fc..dc7fe54 100644 --- a/docker/quartz/Developing with Quartz.md +++ b/docker/quartz/Developing with Quartz.md @@ -25,3 +25,9 @@ Then, you can run the container with the following command: cd ~/Repositories/quartz-docker make run ``` + +If 200+ files are claiming to be modified, you may need to disable filemode checking: + +```bash +git config core.fileMode false +```