Skip to content

Console Output

+ git remote -v
origin	https://github.com/ome/governance.git (fetch)
origin	https://github.com/ome/governance.git (push)
+ git branch -D pr-3
error: branch 'pr-3' not found
+ true
+ git fetch origin pull/3/head:pr-3
From https://github.com/ome/governance
 * [new ref]         refs/pull/3/head -> pr-3
+ git checkout pr-3
Previous HEAD position was c09da53 Improve link checks
Switched to branch 'pr-3'