Albany Can Code Course
Fall 2018
This is the git repository for the class. It will be updated on a class by class basis.
You will submit your assignments by doing pull requests. You will need to create a github account if do not have one already. In order to do pull requests, you will need to fork this repository. Click on the Fork button. You will clone your forked repository with this command, replacing YOUR-USERNAME with your username:
git clone https://github.com/github.com:YOUR-USERNAME/JavaScript2018.gitAdd the original repository as a remote to your forked repository:
cd JavaScript2018
git remote add upstream https://github.com/AlbanyCanCodeCourses/JavaScript2018.git
git fetch upstream masterAt any point, if you see the message "Please tell me who you are" in your command line output, you will need to setup your command line to use your github account. Follow the instruction underneath where it says "Run", replacing "youremail@example.com" and "Your Name" with your information.
Whenever you are ready to submit your work, commit your changes and push to the your forked repository.
git push origin masterFollow the guide Creating a pull request from a fork to make the pull request. The "original repository you created your fork from" that the guide refers to in Step 1 is this repository.
Our class syllabus https://docs.google.com/document/d/1MSUpw2dkVQRboYcomshuBCort_xVjVpiYLu9vfK49pU/edit
Slides are available at https://slides.com/jamaltaylor