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. In order to do pull requests, you will need to fork this repository first. Click on the Fork button. Then type the following in the command line:
git clone git@github.com:YOUR-USERNAME/JavaScript2018.gitAdd the original repository as a remote to your forked repository to submit your work:
cd into/cloned/fork-repo
git remote add upstream git://github.com/AlbanyCanCodeCourses/JavaScript2018.git
git fetch upstreamSlides are available at https://slides.com/jamaltaylor