git-checkout-pr (82B)
1 #!/usr/bin/env bash 2 3 PR="$1" 4 5 exec git checkout -b pr${PR} refs/pull/origin/${PR}