mirror of https://github.com/sgoudham/dotfiles.git
feat(scripts): add checkout-pr.sh
parent
d6c5e5c16d
commit
6a736eac4e
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
git fetch $1 pull/$2/head:pull-request-$2
|
||||
git checkout pull-request-$2
|
Loading…
Reference in New Issue