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