pan3793 opened a new pull request, #968: URL: https://github.com/apache/incubator-celeborn/pull/968
### What changes were proposed in this pull request? Assuming you name the upstream repo "apache", this shell script conveniently checkout GitHub PR to local w/ temporary branch "PR_<NUM>" ``` (celeborn) ➜ apache-celeborn git:(checkout-pr) git remote -v apache [email protected]:apache/incubator-celeborn.git (fetch) apache [email protected]:apache/incubator-celeborn.git (push) origin [email protected]:pan3793/RemoteShuffleService.git (fetch) origin [email protected]:pan3793/RemoteShuffleService.git (push) ``` Usages: ``` dev/checkout_pr.sh 1234 dev/checkout_pr.sh -f 1234 dev/checkout_pr.sh --force 1234 ``` ### Why are the changes needed? ### What are the items that need reviewer attention? ### Related issues. ### Related pull requests. ### How was this patch tested? /cc @related-reviewer /assign @main-reviewer -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
