Day 1 : Git Zero To Hero ๐Ÿš€

ยท

1 min read


DAY 1

What Is GIT ? , Why GIT?

All these questions must be striking in your head , just read my GIT blogs whenever I publish , I make sure I will make u champ in this topic ๐Ÿ˜€ , I will publish a whole series of blogs on this topic in chunks , these blogs will be small but fruitful. So, let's start the journey ..... woahhhhh ๐Ÿ˜

Before talking about what it is and why we use git let's discuss why we even need this in first place.

Why No Emoji (@whynoemoji) / Twitter

NEED OF GIT?

When we make any project , which contains lots of files , For Ex: let say if u are creating a website which contains index.html , script.js , style.css , your project will definately grow in future , It will have more files and folders for sure like about.html , contact .html and many more so for the proper management(i.e capturing all the changes in files) we need a "Version Control System" that is GIT .

Understood ? ๐Ÿ˜

VERSION CONTROL SYSTEM ADVANTAGES ...

  1. MANAGEMENT SOFTWARE

  2. EASY RECOVERY OF FILES

  3. ROLLBACK TO PREVIOUS CHANGES

  4. WHO , WHAT , WHEN ? changes have been done

Next Blog Teaser ๐Ÿ˜„

Types Of Version Control System ....

ย