Skip to content

Best Practices for Writing Code

Andrew Wooldridge edited this page May 2, 2013 · 10 revisions

Diff Before Every Commit

Get into the habit of running git diff or git diff --cached before every commit.

2

Clone this wiki locally