Step 1: Add the apache remote

The source of truth for REEF is in the Apache git repository. You can add it to your local clone of the REEF git via:

Add apache remote
$ git remote add apache https://gitbox.apache.org/repos/asf/reef.git

Step 2: Set your ID

You should make your own commits using your @apache.org id. Execute the following in your local git clone:

Set your @apache.org alias as the git id
$ git config user.email "[YOUR_APACHE_ID]@apache.org"
$ git config user.name "[YOUR NAME]"
  • No labels