1. Intro 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'll 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, once it's 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'll be able to do it too.

Next step
Wanna try the Story mode?
Take the course as it was meant to be taken: bite-sized progression, focused linear order, gradually unlock Gitopedia entries. Continue with real Git in VS Code/Cursor at any time.
Story mode
FREE
but requires sign-in
© 2024-2026 GitByBit.All rights reserved.