libgit2dart/test/assets/dirty_repo/.gitdir/hooks/post-commit.sample
2021-12-20 18:02:53 +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