feat(scripts): add checkout-pr.sh

chezmoi
sgoudham 2 years ago
parent d6c5e5c16d
commit 6a736eac4e
Signed by: hammy
GPG Key ID: 44E818FD5457EEA4

@ -0,0 +1,4 @@
#!/bin/bash
git fetch $1 pull/$2/head:pull-request-$2
git checkout pull-request-$2
Loading…
Cancel
Save