LUMIERA.clone/admin/git_hooks/post-commit
2007-08-10 18:07:22 +02:00

11 lines
302 B
Bash
Executable file

#!/bin/sh
#
# An example hook script that is called after a successful
# commit is made.
#
# To enable this hook, make this file executable.
# see wiki/index.html#GitNotes%20GitAliases for information
git sign "$(git config user.email)/$(git-symbolic-ref HEAD | cut -d/ -f 3-)_signature"
git publish