↳
In-reply-to
»
@lyse Yeah, I’ve corrupted a Git repo or two doing that … 🥴
⤋ Read More
@movq@www.uninformativ.de Luckily, I had a grep -v git
at the end, so my repo is still in working order. Phew. I wish find
had grep
-like --exclude-dir
and --exclude
options (or the include variants) instead of its own weird options that I never can remember and combine properly.