1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00
falkonOfficial/git_hooks/hooks-install.sh
2012-09-17 18:03:30 +02:00

9 lines
184 B
Bash
Executable File

#!/bin/bash
#
# Install hooks into .git/hooks directory
#
cp post-commit ../.git/hooks/post-commit
cp post-checkout ../.git/hooks/post-checkout
cp post-merge ../.git/hooks/post-merge