Add debug message for branch name which is checked out
This commit is contained in:
parent
6b6313d429
commit
5c89c49f08
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user