diff options
Diffstat (limited to 'utils/hooks/post-checkout')
-rw-r--r-- | utils/hooks/post-checkout | 3 |
1 files changed, 3 insertions, 0 deletions
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)" |