Versions Compared

Key

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

...

To open a PR:

(1) clone the hadoop-ozone repository (with clicking the fork button at https://github.com/apache/hadoop-ozone.git)

(2) Add your new repo as a remote

Code Block
git remote add elek git@github.com:youruser/hadoop-ozone.git

(3) Create a branch and commits

...