aboutsummaryrefslogtreecommitdiff
path: root/utils/hooks/post-checkout
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-04-30 22:24:42 -0500
committerChristian Cleberg <[email protected]>2025-04-30 22:24:42 -0500
commit1bbf072da3c52289dcd89acd7b93eab489b18d14 (patch)
tree8d176b6de9a1f07db64954266e3d419571767aa3 /utils/hooks/post-checkout
parente72ef5b6cabe7f76f44ae22da8c92a20b8ef4c34 (diff)
downloadcleberg.net-1bbf072da3c52289dcd89acd7b93eab489b18d14.tar.gz
cleberg.net-1bbf072da3c52289dcd89acd7b93eab489b18d14.tar.bz2
cleberg.net-1bbf072da3c52289dcd89acd7b93eab489b18d14.zip
remove github actions and hooks
Diffstat (limited to 'utils/hooks/post-checkout')
-rw-r--r--utils/hooks/post-checkout3
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)"