You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@celeborn.apache.org by GitBox <gi...@apache.org> on 2022/11/14 14:26:18 UTC

[GitHub] [incubator-celeborn] pan3793 opened a new pull request, #968: [INFRA] Inroduce checkout_pr.sh shell script

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  git@github.com:apache/incubator-celeborn.git (fetch)
   apache  git@github.com:apache/incubator-celeborn.git (push)
   origin  git@github.com:pan3793/RemoteShuffleService.git (fetch)
   origin  git@github.com: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: dev-unsubscribe@celeborn.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-celeborn] FMX merged pull request #968: [INFRA] Inroduce checkout_pr.sh shell script

Posted by GitBox <gi...@apache.org>.
FMX merged PR #968:
URL: https://github.com/apache/incubator-celeborn/pull/968


-- 
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: dev-unsubscribe@celeborn.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org