File tree 1 file changed +10
-0
lines changed 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,14 @@ FIRST HALF (12.00 - 13.30)
18
18
19
19
1 . ** Introduction to GIT**
20
20
21
+ ##### Explanation
21
22
- GIT is software that allows us to keep track of the changes within our files
22
23
- Imagine having written complex code that messed everything up, GIT allow us to return to a previous state where everything was still working
23
24
- It can be used through the command line interface (CLI) or using a graphical user interface (also known as GUI): SourceTree, SmartGit, etc.
24
25
26
+ ##### Example
27
+ ##### Exercise
28
+
25
29
_ Create a new local repository and tell students to do the same_
26
30
27
31
_ Show the hidden file ` .git ` in the folder_
@@ -52,10 +56,16 @@ _Show how to clone the HTML-CSS-GIT repo using SSH_
52
56
53
57
_ Ask students to create an SSH key, link it to their account and clone the repo_
54
58
59
+ ##### Essence
60
+
61
+
62
+
63
+
55
64
SECOND HALF (14.00 - 16.00)
56
65
57
66
2 . ** Grid-based thinking and Flexbox**
58
67
68
+
59
69
- Thinking in grids
60
70
61
71
_ 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_
You can’t perform that action at this time.
0 commit comments