What is GitHub?
This question arises in many minds of programmer / developers who are reading this article..Am I Correct ?
New developers are always exited about this,So let’s start..
GitHub is a US-Based global company which provides hosting for software. Basically in simple language GitHub is a Web-based platform used for version control.It allows us to manage Git repositories.
GitHub, Inc. is currently owned by Microsoft and it is founded by developers Tom Preston-Werner,Chris Wanstrath,Scott chacon,P.J.Hyett in 2008.
Getting an knowledge about GitHub it is important to know first that what is a Git and What is a Repository in GitHub?
What is Git?
Git is a version control system that allows you to manage and keep track of your source code history.
It simplifies the process of working with other people and makes it easy to collaborate on projects.
It is started by Linux creator Linus Torvalds in 2005 with their developers.The purpose of Git is only that to manage source code,projects and set of files.
GitHub is popular in recent 5-6 years because increase in IT industries and necessity of sharing of source codes to one user to another user.The some interesting methods are attraction of GitHub.Some of them are Forking,Pull request,Merge.



