Versions Compared

Key

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

...

It is very easy to join GitHub. To create an account go to: https://github.com/join and fill out the form. One of the hardest questions is going to be what is your username, with the many accounts already there finding a good username will be harder. Your email address can be any of your email addresses you want to use.  Once you have an account created please do the following few steps:

  1. Send an email to Rob Kooper and one of the current maintainers 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

...

If you have already used git, make sure you add the email address you used on your development machine to GitHub. This way any code that gets pushed to GitHub gets credited to your GitHub account. 

Current Maintainers