Add debug message for branch name which is checked out

This commit is contained in:
Gerhard Hoffmann 2023-05-25 14:10:43 +02:00
parent 6b6313d429
commit 5c89c49f08

View File

@ -2,3 +2,5 @@ echo "POST-CHECKOUT"
echo "PREV-HEAD=$1"
echo "CURR-HEAD=$2"
echo "BRANCH-CHECKOUT=$3"
git log --graph --all --decorate $2 | head -n 1