libgit2dart/test/assets/dirtyrepo/.gitdir/hooks/post-commit.sample
2021-09-14 19:55:25 +03:00

8 lines
160 B
Bash
Executable file

#!/bin/sh
#
# An example hook script that is called after a successful
# commit is made.
#
# To enable this hook, rename this file to "post-commit".
: Nothing