Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a3c6f34

Browse files
authored
Update LESSONPLAN.md
1 parent 691d3b6 commit a3c6f34

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Week2/LESSONPLAN.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,14 @@ FIRST HALF (12.00 - 13.30)
1818

1919
1. **Introduction to GIT**
2020

21+
##### Explanation
2122
- GIT is software that allows us to keep track of the changes within our files
2223
- Imagine having written complex code that messed everything up, GIT allow us to return to a previous state where everything was still working
2324
- It can be used through the command line interface (CLI) or using a graphical user interface (also known as GUI): SourceTree, SmartGit, etc.
2425

26+
##### Example
27+
##### Exercise
28+
2529
_Create a new local repository and tell students to do the same_
2630

2731
_Show the hidden file `.git` in the folder_
@@ -52,10 +56,16 @@ _Show how to clone the HTML-CSS-GIT repo using SSH_
5256

5357
_Ask students to create an SSH key, link it to their account and clone the repo_
5458

59+
##### Essence
60+
61+
62+
63+
5564
SECOND HALF (14.00 - 16.00)
5665

5766
2. **Grid-based thinking and Flexbox**
5867

68+
5969
- Thinking in grids
6070

6171
_Look at the following [website](https://htmlstream.com/preview/unify-v2.6.2/unify-main/home/home-default.html) and dissect it thinking in grids_

0 commit comments

Comments
 (0)