about summary refs log tree commit diff
path: root/DEVELOPEMENT.md
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2025-08-19 20:34:49 -0500
committergennyble <gen@nyble.dev>2025-08-19 20:34:49 -0500
commit345020dd1244daa0191004000f703270c876dae7 (patch)
tree798cd39c6e808719228cbf17fa2280873066d9d2 /DEVELOPEMENT.md
parent645e9496b8e0d6c6b7e7e6254760e816b9fc3382 (diff)
downloadcorgi-345020dd1244daa0191004000f703270c876dae7.tar.gz
corgi-345020dd1244daa0191004000f703270c876dae7.zip
add current corgi.conf
Diffstat (limited to 'DEVELOPEMENT.md')
-rw-r--r--DEVELOPEMENT.md8
1 files changed, 8 insertions, 0 deletions
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
+```