diff options
author | gennyble <gen@nyble.dev> | 2025-08-19 20:34:49 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2025-08-19 20:34:49 -0500 |
commit | 345020dd1244daa0191004000f703270c876dae7 (patch) | |
tree | 798cd39c6e808719228cbf17fa2280873066d9d2 /DEVELOPEMENT.md | |
parent | 645e9496b8e0d6c6b7e7e6254760e816b9fc3382 (diff) | |
download | corgi-345020dd1244daa0191004000f703270c876dae7.tar.gz corgi-345020dd1244daa0191004000f703270c876dae7.zip |
add current corgi.conf
Diffstat (limited to 'DEVELOPEMENT.md')
-rw-r--r-- | DEVELOPEMENT.md | 8 |
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 +``` |