7 lines
78 B
Text
7 lines
78 B
Text
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
git fetch origin "pull/$1/head:pr/$1"
|
||
|
git checkout "pr/$1"
|