X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=templates%2Fhooks--post-commit;fp=templates%2Fhooks--post-commit;h=8be6f34ad98804d1d0d39d41d63a06d736050494;hb=89e2c5f17b901edf28a8bb778ece3f6c18bbb721;hp=0000000000000000000000000000000000000000;hpb=e20ce6ac762589868e46603ee1223f2f852c4403;p=git.git diff --git a/templates/hooks--post-commit b/templates/hooks--post-commit new file mode 100644 index 00000000..8be6f34a --- /dev/null +++ b/templates/hooks--post-commit @@ -0,0 +1,8 @@ +#!/bin/sh +# +# An example hook script that is called after a successful +# commit is made. +# +# To enable this hook, make this file executable. + +: Nothing