Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 1.96 KB

how_to_sign_up.md

File metadata and controls

14 lines (12 loc) · 1.96 KB

How To Sign Up For A Group

  1. If you have not done so, create a GitHub user account. You can do so by going to https://education.github.com/pack to create a new student account. You can also create a regular account for this class (at https://github.com) but you do get lots of benefits by signing up for an educational account.
  2. In your favorite web browser, go to https://github.com/laboon/CS1530_Summer2017
  3. Click on project_groups.md
  4. In the upper-right hand part of the page, there are three buttons - Raw, Blame, and History. Next to them is an icon of a pencil (for "Edit File"). Click on the pencil.
  5. Edit the file to add your name to the appropriate group (or make a new group) using the appropriate Markdown format. In our case, this is two spaces, then an asterisk, and then your name. You can look at the "Namey McNamerson" entry as an example.
  6. At the bottom of the screen, there is a box labeled "Commit Changes". Click on the FIRST (upper) textbox and type your name in here. Ignore the second (lower) textbox.
  7. There are two radio buttons below the textboxes. Ensure that the one labeled "Create a new branch for this commit and start a pull request." is selected. This will create a new branch to be merged into the master branch (what everybody sees by default). The default name for the branch is fine.
  8. Click on the green "Propose file change" button.
  9. A new screen will come up. Just click on the "Create pull request" button.
  10. You are done! Note that you have proposed this group, I have not approved it. Therefore, you will not see your name in the list until I have merged it to the master branch. However, you can verify that it's there by clicking on the "Pull requests" tab at the top of the screen and checking that your PR is listed. These are the list of PRs (pull requests) that I have not yet merged. I try to merge them to master as soon as I see them.

If you have any questions or issues, please feel free to email me.