From 345020dd1244daa0191004000f703270c876dae7 Mon Sep 17 00:00:00 2001 From: gennyble Date: Tue, 19 Aug 2025 20:34:49 -0500 Subject: add current corgi.conf --- DEVELOPEMENT.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 DEVELOPEMENT.md (limited to 'DEVELOPEMENT.md') diff --git a/DEVELOPEMENT.md b/DEVELOPEMENT.md new file mode 100644 index 0000000..2e1c4c8 --- /dev/null +++ b/DEVELOPEMENT.md @@ -0,0 +1,8 @@ +`corgi.conf` has the `skip-worktree` bti set. if you want to commit this file, remove the bit, add it, and re-set the bit. +``` +# set skip-worktree +git update-index --skip-worktree corgi.conf + +# unset skip-worktree +git update-index --no-skip-worktree corgi.conf +``` -- cgit 1.4.1-3-g733a5