Git: Run through a filter before commiting/pushing?
- by martiert
Hi.
Is there a way to run the changed files through a filter before doing the commit? I wish to make sure the files follows the coding standards for the project.
I would also like to compile and run some test before the commit/push actually takes place, so I know everything in the repo actually works.