@@ -27,17 +27,36 @@ <h1 class="var-title"></h1>
27
27
</ div >
28
28
29
29
<!-- Begin slides. Just make elements with a class of slide. -->
30
- < section id ="why-use- version-control " class ="slide level2 ">
31
- < h1 > Why Use Version Control?</ h1 >
32
- < p > Let some software handle the versions of your project let you focus on your project. </ p >
30
+ < section id ="why-version-control " class ="slide level2 ">
31
+ < h1 > Why Version Control?</ h1 >
32
+ < p > Using a software tool to handle the versions of your project files lets you focus on the more interesting/innovative aspects of your project</ p >
33
33
</ section >
34
- < section id ="why-git " class ="slide level2 ">
35
- < h1 > Why Git?</ h1 >
36
- < p > Because many people are using GitHub to collaborating.</ p >
34
+ < section id ="version-control-features " class ="slide level2 ">
35
+ < h1 > Version Control Features</ h1 >
36
+ < ul >
37
+ < li > It’s easy to set up</ li >
38
+ < li > Every copy of a Git repository is a full backup of a project and its history</ li >
39
+ < li > A few easy-to-remember commands are all you need for most day-to-day version control tasks</ li >
40
+ < li > The < a href ="https://github.com/ "> GitHub</ a > hosting service provides a web-based collaboration service</ li >
41
+ </ ul >
42
+ </ section >
43
+ < section id ="two-main-concepts " class ="slide level2 ">
44
+ < h1 > Two main concepts</ h1 >
45
+ < ul >
46
+ < li > < em > commit</ em > : a recorded set of changes in your project’s file</ li >
47
+ < li > < em > repository</ em > : the history of all your project’s commits</ li >
48
+ </ ul >
49
+ </ section >
50
+ < section id ="why-use-github " class ="slide level2 ">
51
+ < h1 > Why Use Github?</ h1 >
52
+ < ul >
53
+ < li > No need for a server: easy to set up</ li >
54
+ < li > GitHub’s strong community: your colleagues are probably already there</ li >
55
+ </ ul >
37
56
</ section >
38
57
< section id ="next-steps " class ="slide level2 ">
39
58
< h1 > Next Steps</ h1 >
40
- < p > < a href ="01-basics .html "> Here we go! </ a > </ p >
59
+ < p > < a href ="index .html "> Let’s start our lesson </ a > </ p >
41
60
</ section >
42
61
<!-- End slides. -->
43
62
0 commit comments