mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
course updates
This commit is contained in:
parent
0053bd81d8
commit
9ef749f075
@ -2,6 +2,17 @@
|
||||
|
||||
Back to [Course Introduction](../../README.md)
|
||||
|
||||
## Introduction
|
||||
|
||||
In this chapter we will cover the fundamental tools you need to know to start a DevOps, SRE or platform engineering career. This starts with knowing how to work with files. Source control allows us to work with files, collaborate with others and track changes and histrory of source code.
|
||||
|
||||
What your will learn:
|
||||
* What source control is
|
||||
* How to use GIT to manage source code
|
||||
* Learn about the basics of hosted source control systems
|
||||
* What an IDE is
|
||||
* How to use an IDE as an engineer
|
||||
|
||||
### 🎬 [Module 1: Introduction to GIT: Source Control](../../content/source-control/git/README.md)
|
||||
|
||||
[GIT](https://en.wikipedia.org/wiki/Git) is the foundation of DevOps, Programming & Software Engineering </br>
|
||||
|
@ -10,6 +10,8 @@ This module is part of [chapter 1](../../../chapters/chapter-1-source-control-gi
|
||||
|
||||
[Git](https://git-scm.com/) is a free and open source distributed version control system. </br>
|
||||
|
||||
History of [Git](https://en.wikipedia.org/wiki/Git) </br>
|
||||
|
||||
As engineers, we will often work on files, such as code, scripts, configuration as well as documents etc. </br>
|
||||
Our daily workflow may involve:
|
||||
* Create files
|
||||
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 1001 KiB After Width: | Height: | Size: 1001 KiB |
Loading…
x
Reference in New Issue
Block a user