1. Introduction to version control

Git workflow example

Let's see how Git works in principle. Say you started working on a new website. For now, all you have is a simple HTML file with some text. How would you keep it under version control?

This is just an overview. Don't worry if you don't understand all the commands or concepts yet. We will go through each of them in the following lessons.
PROJECT ROOT DIRECTORYindex.htmlHello World!We start of in your project directory. It contains just one simple file. There’s no version control of any kind yet.
1 / 30

In real life, when it becomes part of your daily routine, running a Git workflow takes seconds. Software developers often use Git without even thinking about it. Hopefully, with the help of this course, you will be able to do it too.

Next step
© 2024-2025 GitByBit.All rights reserved.