0% found this document useful (0 votes)
34 views6 pages

Git Details

Git is an open source version control system created by Linus Torvalds in 2005 to handle projects of any size efficiently. GitHub is a hosting service for Git repositories that also offers features like code review and project management. As of 2018, GitHub had over 28 million users and 57 million repositories and was acquired by Microsoft for $7.5 billion.

Uploaded by

vipinm2007
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODP, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views6 pages

Git Details

Git is an open source version control system created by Linus Torvalds in 2005 to handle projects of any size efficiently. GitHub is a hosting service for Git repositories that also offers features like code review and project management. As of 2018, GitHub had over 28 million users and 57 million repositories and was acquired by Microsoft for $7.5 billion.

Uploaded by

vipinm2007
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODP, PDF, TXT or read online on Scribd
You are on page 1/ 6

Git & GitHub

Git is a free and open source distributed version control system designed to handle
everything from small to very large projects with speed and efficiency.

Git was created by Linus Torvalds in 2005 for development of the Linux kernel,
with other kernel developers contributing to its initial development.

GitHub Inc is a development platform


( a web-based hosting service) for version control using Git. Git-repository hosting service

As of June 2018, GitHub reports having over 28 million users[6] and 57 million
repositories[7]

On June 4, 2018, Microsoft announced it had reached an agreement to acquire GitHub


for US$7.5 billion.
Launched April 10, 2008; 10 years ago

Source-https://en.wikipedia.org/wiki/Git
https://en.wikipedia.org/wiki/GitHub
https://git-scm.com/
Basic Git Commands
● Git status
● Git init
● Git add
● Git commit -m”CommitMessage”
● Git config
● Git branch
● Git checkout
● Git merge
● Git log

Git remote
● Git remote
● Git clone
● Git pull
● Git push
● Git statsh
● Git rm

Git Hub

You might also like