diff --git a/git_gitlab_course/boilerplate-single.html b/git_gitlab_course/boilerplate-single.html index 4d72cc832e20fa60a207e72685ead6e62c2a9221..f883d2d48a01223f4e92ed93ee32c8bc259ff7ba 100644 --- a/git_gitlab_course/boilerplate-single.html +++ b/git_gitlab_course/boilerplate-single.html @@ -21,33 +21,28 @@ class: center, middle --- -# Why to use _git_ -.center[<img src="images/xkcd_git.png" width="300">] +# Why _git_ ---- -# Why to use git - -**Tracking** +**Change control** - keep track of who changed what - revert changes easily +```bash +no more presentation_v2_final_FINAL.pptx +``` **Backup & distribute** - store important files remotely - easily copy and maintain on different devices - share and edit with collaborators +```bash +no more inconsistent state +``` **Focus** -- strict version control helps you to work goal oriented - ---- - -# How to use _git_ - -- installing - -- work local - -- change & track +- strict version control helps you to work goal oriented +```bash +no more chaotic changes +``` --- diff --git a/git_gitlab_course/template.html b/git_gitlab_course/template.html deleted file mode 100644 index 04813c129a9ab481ef42009c18934b250d8a0208..0000000000000000000000000000000000000000 --- a/git_gitlab_course/template.html +++ /dev/null @@ -1,6 +0,0 @@ -<html> - <body> - <h1>Hallo Welt</h1> - <h2>Hallo Welt</h2> - </body> -</html> \ No newline at end of file