Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
courses
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TheAlternative
courses
Commits
00eca151
Commit
00eca151
authored
Jan 17, 2020
by
Florian Moser
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new motivation for git course
parent
561f81ed
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
23 deletions
+12
-23
git_gitlab_course/boilerplate-single.html
git_gitlab_course/boilerplate-single.html
+12
-17
git_gitlab_course/template.html
git_gitlab_course/template.html
+0
-6
No files found.
git_gitlab_course/boilerplate-single.html
View file @
00eca151
...
...
@@ -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
```bash
no more chaotic changes
```
---
git_gitlab_course/template.html
deleted
100644 → 0
View file @
561f81ed
<html>
<body>
<h1>
Hallo Welt
</h1>
<h2>
Hallo Welt
</h2>
</body>
</html>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment