Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 742 Bytes

File metadata and controls

25 lines (16 loc) · 742 Bytes

JavaScript for the New Back End

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.git

Add 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 upstream

Resources:

Slides are available at https://slides.com/jamaltaylor