course updates

This commit is contained in:
marcel-dempers 2024-10-20 21:17:47 +11:00
parent 0053bd81d8
commit 9ef749f075
3 changed files with 15 additions and 2 deletions

View File

@ -2,6 +2,17 @@
Back to [Course Introduction](../../README.md) 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) ### 🎬 [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> [GIT](https://en.wikipedia.org/wiki/Git) is the foundation of DevOps, Programming & Software Engineering </br>

View File

@ -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> [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> As engineers, we will often work on files, such as code, scripts, configuration as well as documents etc. </br>
Our daily workflow may involve: Our daily workflow may involve:
* Create files * 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