From 5c85a294d5f1e918d656cd2e4f91cfc9de6591d8 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Wed, 12 Apr 2023 14:22:17 +0200 Subject: [PATCH] Adding git hook post-checkout. --- .githooks/post-checkout | 1 + 1 file changed, 1 insertion(+) create mode 100755 .githooks/post-checkout diff --git a/.githooks/post-checkout b/.githooks/post-checkout new file mode 100755 index 0000000..50dee13 --- /dev/null +++ b/.githooks/post-checkout @@ -0,0 +1 @@ +echo "POST-CHECKOUT"