How do I ask git to clean out and rebuild the entire working tree?
We have something of an ugly mess that needs cleaning up. In our codebase, certain developers created directories whose name differed only in case. Normally, such a thing would not be an issue; however we are developing on Windows. This proceeded to confuse git and cause us merge conflicts far down the line. We have… Read More How do I ask git to clean out and rebuild the entire working tree?