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

9 lines
184 B
Bash
Raw Normal View History

#!/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