Git basics

So yeah, lets talk about git, the basic stuff :)

What is Git?

Before we start talking about git, we need to understand how a basic scm works. So that takes us to the next question …

What is an SCM?

SCM stands for source control management, or source code management, which basically tells us that it will help us to manage our source code (we can manage other stuff othen than source code, but I will focus on source code in this post).

--

--

I like to drink beer and write code

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store