Version Control 1
- Create a new repository under the
nyu-cds
organization on GitHub. Name the
repository using a combination of your netID and assignment1
. For example,
if your netID is aaa11
, name the repository aaa11_assignment1
.
- Clone the repository to your computer.
- Move the files from assignment 1 into this directory
- Add the files to version control
- Commit the completed version of the assignment (don’t forget to include a
good commit message).
- Push the changes to GitHub