Console Output
+ echo '=== Governance checkout verification ==='
=== Governance checkout verification ===
+ echo 'Current branch:'
Current branch:
+ git branch --show-current
+ echo 'Current commit:'
Current commit:
+ git rev-parse HEAD
c09da53985963b01554ec555a76d999cd40eb8c8
+ echo 'Commit details:'
Commit details:
+ git log -1 --oneline --decorate
c09da53 (HEAD) Improve link checks
+ echo 'PR-3 merge commit (expected):'
PR-3 merge commit (expected):
+ git rev-parse pr-3
cf9e8e7e1622a0f9552531a0fbee4f6f7252846d
+ echo Remote:
Remote:
+ git remote -v
origin https://github.com/ome/governance.git (fetch)
origin https://github.com/ome/governance.git (push)