/precourse

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

Primary LanguageJavaScript

Requirements to begin

  • Click 'watch icon' for notification of changes to this repository.
  • Fork this project
  • launch Command prompt/Terminal
  • Type these commands below

Note: Replace 'your-username' with your real username on github

cd documents 
git clone https://github.com/your-username/precourse
cd precourse 
git remote add upstream https://github.com/paritie/precourse

Follow the precourse in this order:

These are Live stream recordings for guidance:

To confirm & update configurations/commits from parent(upstream)

git remote 
git fetch upstream
git merge upstream/precourse

To resolve the merge conflicts

   git add . -u
   git commit -m 'Updated to the latest version'

  • Credits to LambdaSchool Precourse