Skip to content

Commit

Permalink
Add checkout_pr.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Iliyan Germanov committed Nov 14, 2021
1 parent c922716 commit e0de4ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions checkout_pr.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
PR_ID=$1
BRANCH_NAME=$2

git fetch origin pull/$PR_ID/head:$BRANCH_NAME
git checkout $BRANCH_NAME

0 comments on commit e0de4ff

Please sign in to comment.