Learn Git | Beginners tutorial

Explanation about git

Vignesh
3 min readOct 11, 2022

Hey, guys welcome to my blog today we are going to discuss about git and what is git? and why git is more important, and how to install git on your machine?

Introduction

If you want to become a develops engineer or developer in IT you need to learn… learn.. one of the amazing tool is called git

Git is developed by Linus Torvalds who is the main developer of the Linux kernel and git developed in the process of developing the Linux

Why the git is developed?

While developing Linux most of the developer makes a small and large contribution to the Linux

But after some time it makes it hard to manage the code changes and updates so Git has been developed it is one of the amazing version control systems

What is Git?

Git is nothing but it is a free and opensource tool or software for version control management

What is version control management?

  1. Version control management is that way the programmer can track the code changes and we can able to save that into the git again and again
  2. It helps to see and understand what is needed for the code and as well as to track the bug or error in that code
  3. version control system helps to the software team to work harder and smarter

Why is git more important?

  1. It is an opensource tool
  2. And we can easily track the change in our code
  3. It also provides the detail of why that change has been made
  4. Allowing the software developer to work collaboratively because while developing the software we need more peoples

Installation of git in windows, Linux, mac

If your using Linux and mac the git is already been preinstalled just open the terminal and type git

Or if you using windows just download the git form the below link

Download the exe file

Now you can able to use git on windows.

If you have doubts about the installation please refer to the below website

Conclusion

Finally, you get a small idea about git and why it's developed

Why I'm talking about git means because most the engineering college won’t teach about git and they till now the sharing the code with help of PDF

They don’t how to use GitHub, GitLab but there doing programming 😂

So kindly share this article with your friends and thank you guys for spending a wonderful time with me

And if you like this article please donate to us

OSCP student:

--

--

Vignesh
Vignesh

Written by Vignesh

Hi, I'm Vignesh just call me Vicky. I'm a cybersecurity Researcher who was more interested in this cybersecurity field basically I'm a Offsec Student.

No responses yet