@@ -1,5 +1,10 @@
#!/usr/bin/env bash
+# ignore detached heads
+if ! git symbolic-ref -q HEAD > /dev/null; then
+ exit
+fi
+
# ignore non-branch checkouts
if [[ "$3" != "1" ]]; then
exit