Skip to content

fnikitathomas/JavaScript2018

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

160 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

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

On Making Pull Requests

Whenever you are ready to submit your work, commit your changes and push to the your forked repository.

git push origin master

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

Resources:

Our class syllabus https://docs.google.com/document/d/1MSUpw2dkVQRboYcomshuBCort_xVjVpiYLu9vfK49pU/edit

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

About

Course through Albany Can Code - JavaScript for the New Back End

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 70.5%
  • HTML 24.5%
  • CSS 5.0%