git submodules
(this is bonus comic #2 for "How Git Works" https://wizardzines.com/zines/git, covering some topics I didn't talk about in the zine!)
@b0rk The git clean command won't clean submodules. If I want to clean a project with submodules, I generally run something like this:
git clean
git clean -fxd; git submodule foreach --recursive git clean -fxd
Computer Fairies is a Mastodon instance that aims to be as queer, friendly and furry as possible. We welcome all kinds of computer fairies!