From bb869fd707b26ae1e8abd551c00d9a31d2189309 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Fri, 24 Jan 2025 20:01:31 -0600 Subject: add git hooks --- utils/hooks/post-checkout | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 utils/hooks/post-checkout (limited to 'utils/hooks/post-checkout') diff --git a/utils/hooks/post-checkout b/utils/hooks/post-checkout new file mode 100644 index 0000000..811a483 --- /dev/null +++ b/utils/hooks/post-checkout @@ -0,0 +1,3 @@ +# .git/hooks/post-checkout +#!/bin/bash +echo "You're now on branch $(git rev-parse --abbrev-ref HEAD)" -- cgit v1.2.3-70-g09d2