We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a3fef commit 1252d64Copy full SHA for 1252d64
scripts/checkout-pr.sh
@@ -0,0 +1,4 @@
1
+#!/usr/bin/env bash
2
+
3
+git fetch origin pull/$1/head:pr-$1
4
+git checkout pr-$1
0 commit comments