`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 ```