Git is a version control system. If you have started to code eventually you’ll stumble upon it. It is one of the tools that is very convenient to use when working collaboratively, and even if you are working on a project alone, if you use Git your life will be easier.

There are many ways to use Git. There are UI tools, you can use it from within VSCode, and it is very common to use it from the command line. I use Git from the command line. In this section, I will post articles where I explain basic commands and practices.