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