Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Checkout the PR branch locally (if using IntelliJ).

Else, you can do a `git fetch` after adding the remote below

Add remotes pointing to the PR authors Hudi fork

...

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

you would fetch/checkout branch from nsivabalan repo via command below

Code Block
git fetch nsivabalan UpgradeDowngradeInfra
git checkout UpgradeDowngradeInfra

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

...