Skip to content
Snippets Groups Projects
Commit 42e7488a authored by Florian Moser's avatar Florian Moser
Browse files

new motivation for git course

parent ac70c176
No related branches found
No related tags found
No related merge requests found
...@@ -21,33 +21,28 @@ class: center, middle ...@@ -21,33 +21,28 @@ class: center, middle
   
--- ---
   
# Why to use _git_ # Why _git_
.center[<img src="images/xkcd_git.png" width="300">]
   
--- **Change control**
# Why to use git
**Tracking**
- keep track of who changed what - keep track of who changed what
- revert changes easily - revert changes easily
```bash
no more presentation_v2_final_FINAL.pptx
```
   
**Backup & distribute** **Backup & distribute**
- store important files remotely - store important files remotely
- easily copy and maintain on different devices - easily copy and maintain on different devices
- share and edit with collaborators - share and edit with collaborators
```bash
no more inconsistent state
```
   
**Focus** **Focus**
- strict version control helps you to work goal oriented - strict version control helps you to work goal oriented
```bash
--- no more chaotic changes
```
# How to use _git_
- installing
- work local
- change & track
   
--- ---
   
<html>
<body>
<h1>Hallo Welt</h1>
<h2>Hallo Welt</h2>
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment