Let’s say you have a submodule that you want to change, but the submodule itself is huge. You might not want another copy of it, so you’re holding off on running git submodule update --init. Internally in your repo, Git… Continue reading →| the sporks space
Getting rid of submodules is as cumbersome as any submodule operation. So let's have no more of it and delete some submodules.| Git Cookbook
Unlike in real life, a detached head is pretty common in git. Find out how you can get into this situation and how to recover from it.| Git Cookbook