What is git

GIT stands for Global Information Tracker

It is a powerful and widely-used version control system commonly used for software development and other collaborative projects

Git

The model here is pull and push

Lets say, the Developer 1 created a file file-1 in local computer and pushed to file to Remote repository

Now the Developer 2 and 3 can pull the file-1 from the remote repository to the local computer

Similarly, if the Developer 3 created a file file-3 in local computer and pushed to file to Remote repository

Now, the other developers can get file-3 and all other files from the remote repository to the local computer

How to create Github account

Github –> Github is a open source platform to store source code in central place (cloud https://github.com)

Git –> Git is a command line utility, which needs to be installed in your computer to connect to Github.

Go to https://github.com

Click on Signup

git

Enter the email id, password, username verify the puzzle and click on Create account then you will recieve verification mail with link in your inbox.

git
git
git

Click on the link received on your mail for complete the email verification. Once the email verification is completed, login to https://github.com

Youtube

Git part-1