We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
For doing some activity after commit is done. create this file
.git/hooks/post-commit
#!/bin/sh open http://google.com
chmod +x .git/hooks/post-commit
commit something to git origin and you will see google will be opened.