How to Learn GIT ? - The Fun Way

How to Learn GIT ? - The Fun Way

What we learn with pleasure, we never forget!

ยท

3 min read

Hey, My dear fellow readers!

how's your weekend going?

image.png

I know, it's been tough to walk out of home in this covid situation and we are all missing those beautiful days but unfortunately this is not in our control!

Today let's see what is git.

By far, the most widely used modern version control system in the world today is Git.

Git is a mature, actively maintained open source project originally developed in 2005 by Linus Torvalds, the famous creator of the Linux operating system kernel.

LinuxCon_Europe_Linus_Torvalds_03_(cropped).jpg

A staggering number of software projects rely on Git for version control, including commercial projects as well as open source.

Developers who have worked with Git are well represented in the pool of available software development talent and it works well on a wide range of operating systems and IDEs (Integrated Development Environments).

Git is used for source code management and version control.

Well, Let's take simple example!

Suppose you don't use something like Git. So how do you manage your files?

I guess Copy-paste, delete. undo redo. etc. right?

But, this method is a little old and inefficient. Don't you think?!

What if you want to revert to specific versions? What if you want to work with other people on one source code?

Don't worry! That's where Git comes to play in middle of the ground ๐Ÿ.

Git tracks the changes you make to files and help you to control versions and manage the source code.

Okay, but what else? ๐Ÿ™„

  1. Git is free.
  2. It was first release in 2005.
  3. It's written in mostly the C programming language.

So, now you think Git is cool and want to download it?

Great, just visit git-scm.com and download Git for your operating system.

Are you wondering what does SCM stand for?

Well, here's your answer!

It stands for Software Configuration Management or Source code Management.

After downloading Git. You should install it on your computer.

The installation process is easy and straightforward. Just use the default options and click on next and agree.

You can use Git with:

  • Gui (Graphical user Interface) or
  • CLI (Command line interface)

Most of the programmers prefer CLI because it is faster and more *useful.

Also, it looks way cooler... ๐Ÿ˜Ž

Often, You see people call Git a VCS.

Like, "I love git as a VCS!"

Do you know what it is?

yes, VCS stands for Version control system.

Git is a system to control versions!

Git is the most popular version control system in 2021.

image.png

So, learning and using Git can be a great achievement in your software development journey.โœŒ๏ธ

that's all for basic knowledge of GIT.

If you would like to have another part of this article, then show this article some love....