From f2d17d633b55ee286d137be737db192119a3e9a8 Mon Sep 17 00:00:00 2001 From: Nathan Price Date: Sun, 19 Jan 2025 17:41:52 -0500 Subject: [PATCH] vault backup: 2025-01-19 17:41:52 --- Docker Images/quartz/Developing with Quartz.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker Images/quartz/Developing with Quartz.md b/Docker Images/quartz/Developing with Quartz.md index dc7fe54..ae53c5d 100644 --- a/Docker Images/quartz/Developing with Quartz.md +++ b/Docker Images/quartz/Developing with Quartz.md @@ -29,5 +29,5 @@ make run If 200+ files are claiming to be modified, you may need to disable filemode checking: ```bash -git config core.fileMode false +git config --global core.fileMode false ```