Versions Compared

Key

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

...

  1. Send an email to Rob Kooper or Jonathan Angelo and ask to be added to the NCSA organization (http://github.com/ncsa). By default you will be added as a public contributor, if you do not want this please let us know in the email.
  2. Optionally, add your @illinois.edu as one of your email addresses to GitHub
  3. Setup git correctly on your development machine, make sure the email you use, is the same as the email address that is associated with your GitHub account. This allows GitHub to associate your git commits with your GitHub account.
    1. git config --global user.name "Your Name Comes Here"
    2. git config --global user.email you@yourdomain.example.com

...