What is Git and and Github?

                           

            My Github Link :- Git & Github


Hey guys, we are living in the world of technology and here we often listen many terminology which may

 related to any field .Here we going to discuss about a famous terminology "Git & Github". Perhaps 

there will be someone in this world who is involved in technology and software development and does not

 know about Git and Github, it will be a wonderful thing for us. People have some other misconception 

about Git & Github .GitHub can integrate with common platforms and services such as

 Amazon, Google Cloud, and Code Climate. It can highlight syntax in more than 200

 different programming languages.Let's start ---

Basically Git is open source  distributed version control system.People often confused about distributed 

version control system(DVCS).It means that many developer add code in parallel way and it store the 

code content and when we perform any changes in code bases on our local pc, it keep track their 

changes.It is developed by Linus Torvalds in 2005 for the development of linux kernel. It is designed to 

handle minor and major project with high speed in efficient ways.one more thing about git is that it is the 

foundation of many services like Github .

Note:- Git is not programming language .


If we talk about Git there is many repository which is just like folder.Basically these repository is hosted 

by a platform is called Github.We can use git without GitHub.It provide web based graphical interface 

 where many developer work on projects.It is the place where more than 50 millions developer and 

designers works together from anywhere on their local pc.Github is an American Company which hosts
 
many project in different languages.Here Everyone contribute open source via Github.












                             



Comments

Popular posts from this blog

A. Petya and Strings | codeforces 112A | iamAvX

How to make a simple voting app in Android studio