- 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
These are Live stream recordings for guidance:
- Lesson 1 - Git, terminal, and GitHub
- Lesson 2 - HTML & CSS
- Lesson 3 - CSS Positioning
- Lesson 4 - JavaScript I
- Lesson 5 - JavaScript II
- Lesson 6 - JavaScript III
- Lesson 7 - JavaScript IV
- Lesson 8 - JavaScript V
- Lesson 9 - JavaScript VI
- Lesson 10 - JavaScript VII
- Lesson 11 - JavaScript VIII
- Lesson 12 - DOM
git remote
git fetch upstream
git merge upstream/precourse
git add . -u
git commit -m 'Updated to the latest version'
- Credits to LambdaSchool Precourse