Skip to content

Instantly share code, notes, and snippets.

View BirknerAlex's full-sized avatar
✌️
Hej!

Alexander Birkner BirknerAlex

✌️
Hej!
View GitHub Profile
@kotnik
kotnik / hook.sh
Created August 1, 2016 08:41
Git update hook to allow only signed commits
#!/usr/bin/env bash
##############################################################################
#
# check-commit-signature
# ----------------------
# A server-side update git hook for checking the GPG signature of a pushed
# commit.
#
# To enable this hook, rename this file to "update".
#