diff --git a/course/chapters/chapter-1-source-control-git/README.md b/course/chapters/chapter-1-source-control-git/README.md
index f19d207..37652f9 100644
--- a/course/chapters/chapter-1-source-control-git/README.md
+++ b/course/chapters/chapter-1-source-control-git/README.md
@@ -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
diff --git a/course/content/source-control/git/README.md b/course/content/source-control/git/README.md
index f588e17..105bc65 100644
--- a/course/content/source-control/git/README.md
+++ b/course/content/source-control/git/README.md
@@ -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.
+History of [Git](https://en.wikipedia.org/wiki/Git)
+
As engineers, we will often work on files, such as code, scripts, configuration as well as documents etc.
Our daily workflow may involve:
* Create files
diff --git a/course/course-diagram.svg b/course/course-diagram.svg
index 8a4e7aa..bc8e487 100644
--- a/course/course-diagram.svg
+++ b/course/course-diagram.svg
@@ -1,2 +1,2 @@
-
\ No newline at end of file
+
\ No newline at end of file