David Carrdcblogdev.hashnode.devยทAug 27, 2021Run tests on commitRun tests on commit Go into git hooks folder and copy pre-commit.sample to pre-commit cp .git/hooks/pre-commit.sample .git/hooks/pre-commit then edit it with vim: vi .git/hooks/pre-commit clear the contents by pressing dG to clear the contents. Next ...Add a thoughtful commentNo comments yetBe the first to start the conversation.