git submodules

(this is bonus comic #2 for "How Git Works" wizardzines.com/zines/git, covering some topics I didn't talk about in the zine!)

Follow

@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 -fxd; git submodule foreach --recursive git clean -fxd

Sign in to participate in the conversation
Computer Fairies

Computer Fairies is a Mastodon instance that aims to be as queer, friendly and furry as possible. We welcome all kinds of computer fairies!