Introduction to GitHub
GitHub is an open-source and social network platform for programmers. It helps provide internet hosting, manages source codes, feature requests, task management, continuous integration, wikis for every project and bug reports for developers, and version control using Git.
Introduction to Git
Git is an open-source version control system that was created by Linus Trovalds in 2005 and the same person who created Linux.
History
GitHub was launched in April 2008 by Tom Preston-Werner, Chris Wanstrath, P. J. Hyett, and Scott Chacon. GitHub reports having over 65 million users making it the largest host of source code in the world.
Why use GitHub?
GitHub provides unlimited free repositories to all plans, GitHub repositories are used to host the source codes. It also provides commit your changes and others pull them, download the code, and several collaboration features. Each change that you make to a source code is recorded in its history.
GitHub is a great way to useful things, There are given below:
- Showcase your work and skills to the world
- Make an open-source contribution to GitHub
- Collaborate with others on your project
- Access to various developer tools from GitHub's partner
How to create GitHub Account?
Step 1: Open the link https://github.com/
Step 2: Click on Sign Up
Step 3: After Sign Up, you want to see your profile. Click your profile on the right-hand side.
Step 4: This your GitHub page, you can easy to access essential are repositories, projects, and packages.
No comments:
Post a Comment