You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Pushing Changes To PRs

Using https://github.com/apache/hudi/pull/1858 as an example. This only works if the PR allows edits from maintainers.

Checkout the PR branch locally

Add remotes pointing to the PR authors Hudi fork

git remote add nsivabalan git@github.com:nsivabalan/hudi.git 

make changes, as usual. When ready just push to the remote

git push nsivabalan pull/1858:UpgradeDowngradeInfra
  • No labels