attilapiros commented on pull request #30004: URL: https://github.com/apache/spark/pull/30004#issuecomment-792225606
I assume branches are identified just by the name so if you are standing at the branch used for the other PR (https://github.com/apache/spark/pull/31763, lets say the name branch2) and then create a branch with the same name which is used for this PR (call it branch1) and force push it then the PR updates, so ``` $ git checkout brach2 $ git checkout -b branch1 (if branch 1 exists you can delete it before locally with: git branch -d branch1 $ git push -f ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
