Replacing Exclusionary Terms in Tech Jargon
There are a lot of cringe-worthy terms in technical jargon, but in addition to being exclusionary, they're also often bad metaphors, and more descriptive alternatives exist.
If git svn dcommit
fails, it'll appear as if your local commit have been lost, but there's a way to recover them.
Michael Botsko has a good writeup on cloning and pushing updates to shared GitHub repositories, as opposed to the traditional method of forking a repository.