Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 3.23 KB

README.md

File metadata and controls

47 lines (31 loc) · 3.23 KB

You need to use Github to turn in your exercises#

Prerequisites

You need to create a Github account and for each assignment, you need to create a repository. Note: your repositories will be public unless you request a private one

The Process

  1. Create a new repository. Make it private if you can... github will give out a free Micro account that can create 5 private repos with new student accounts. Create Repo

  2. Add shuri-w205 as a collaborator Add Collaborator

Note: Your collaborator needs to approve the collaboration before you can assign pull requests to them.

  1. Create a branch of your repository for the homework. Create a Branch

  2. Clone the repository to a local directory Git Clone

  3. Change to the local branch of the same branch name as what was created in Github earlier Git Local Branch

  4. Create/Add any homework files to the local branch/directory

  5. Commit your created/added files to the local branch Commit to Local Branch

  6. Push your local branch back up to Github Push to Github

  7. Create a pull request from your created branch to master for the code you'd like to turn in by clicking the Compare & pull request button New Pull Request Create Pull Request Note: Whatever you have checked in right now in this new branch, that's is what's included in the pull request

  8. On the right hand sign of the "Open a Pull Request" screen, select the Assignee gear, and assign shuri-w205 to the issue. Assignee

  9. Your instructor can now view the pull request and grade the assignment. Please do not merge the pull request. Pull Request

  10. Once your instructor has graded the assignment, your pull request is merged as a final notification.

  11. You can now delete the branch as the changes have been merged with the master.