customer_281/.githooks/post-checkout

5 lines
87 B
Plaintext
Executable File

echo "POST-CHECKOUT"
echo "PREV-HEAD=$1"
echo "CURR-HEAD=$2"
echo "BRANCH-CHECKOUT=$3"