diff options
Diffstat (limited to 'utils/hooks/post-checkout')
-rw-r--r-- | utils/hooks/post-checkout | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/hooks/post-checkout b/utils/hooks/post-checkout deleted file mode 100644 index 811a483..0000000 --- a/utils/hooks/post-checkout +++ /dev/null @@ -1,3 +0,0 @@ -# .git/hooks/post-checkout -#!/bin/bash -echo "You're now on branch $(git rev-parse --abbrev-ref HEAD)" |