Don’t Commit Syntax Errors
Add this as an alias in your .gitconfig file:
Now, before you commit a batch of changes, you can run git syntax-check. Simple!
For a few other git niceties, take a look at my full .gitconfig
Add this as an alias in your .gitconfig file:
Now, before you commit a batch of changes, you can run git syntax-check. Simple!
For a few other git niceties, take a look at my full .gitconfig