Top "Githooks" questions

Git hooks are scripts that are executed upon certain git events.

Git hooks doesn't work on Source Tree

Via Terminal everything works correctly but in Source Tree doesn't work This is my pre-commit hook #!/bin/bash # # hook script …

git atlassian-sourcetree githooks
Git hooks management

We use custom-written Git hooks in our project. Hooks are stored in a project's repository, and, when they do change, …

git githooks
How do I properly git stash/pop in pre-commit hooks to get a clean working tree for tests?

I'm trying to do a pre-commit hook with a bare run of unit tests and I want to make sure …

git githooks git-stash
Git hook update package json version

In our project we often forget to update version numbers in Package.json file. Ours is a AngularJS project. In …

github githooks github-for-windows