cgurusm / precourse

A course put together to compliment your current learning process and add awesomeness to your CV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements to begin

Here is a git workflow for updating your fork (or downloaded copy) to the latest version:

git remote add upstream https://github.com/paritie/precourse
git remote 
git fetch upstream
git merge upstream/precourse

# To resolve the merge conflicts in your editor
git add . -u
git commit -m 'Updated to the latest version'

Credits to LambdaSchool Precourse

About

A course put together to compliment your current learning process and add awesomeness to your CV


Languages

Language:JavaScript 83.6%Language:HTML 11.1%Language:CSS 5.3%