Jul 27, 2017 · 1 min read
I love that you teach git status, I find that to be a great way to show what’s really going on in git and can be a great way to diagnose issues. Personally, I think it’s safer, especially when collaborating, to teach people to do git add {filename}, just because I know how often people can change a file without finishing it and accidentally upload the changes.