Archives for the Month of February, 2020

`git add -p` has made me a better programmer

If you don’t know about this already, then file it under your collection of “One Simple Trick articles”… git add -p (AKA git add –patch) will interactively show you each change in your repo and ask you if you want to stage it. Do you ever use git commit –all? Have you ever accidentally committed […]