- Due date
-
End of day, 22 Jan 2015
The purpose of this assignment is twofold:
-
Introduce yourself to me so that I can better understand your background and what you hope to get from this course.
-
Become familiar with the homework submission process
Below, I describe both the generic procedure for submitting your homework and the specific requirements for this exercise.
-
You will need to sign up and get a free GitHub account. If you like, you can apply for the student pack available at https://education.github.com, but that is not required for this course.
-
Next, you will need to log in to the site and browse to the repository for this assignment, https://github.com/nau-comp3320/homework00. From there, you will need to Fork the repository.
-
Once you have your own copy of the homework repository, you will can
clonethe repository to your local computer. -
Now, you can complete your work and
commityour changes to your local repository. -
Once you have completed your work, you can
push/sync your changes to your fork of the homework repository. -
Once your work is complete, you can create a pull request on the original homework repository. This will constitute turning in your assignment.
You can always amend your pull request with new changes. I will also be able to comment on the pull request to give you feedback.
In this repository, there is a folder called students with a file called template.md. Please make a copy of this file using your name as part of the file name. Once copied, please fill answer the questions. You will then be able to add it to the local repository before you commit and push.
Note that the file is using Markdown as simple text-based markup language. Feel free to format your homework, but you don’t really need to do anything special for this assignment.