Purpose of using github | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Purpose of using github

What is the main purpose and benifits of using github. Because I am using it from some days and I didn't able to understand, for what it used for.

25th Jun 2020, 9:44 AM
Mrityunjay
Mrityunjay - avatar
6 Answers
+ 1
Mrityunjay🇮🇳 https://guides.github.com › git-hand... Web results Git Handbook · GitHub Guides Hope it helps...
25th Jun 2020, 9:56 AM
123
+ 2
GitHub is a Git repository hosting service, but it adds many of its own features. While Git is a command line tool, GitHub provides a Web-based graphical interface. It also provides access control and several collaboration features, such as a wikis and basic task management tools for every project.
25th Jun 2020, 9:45 AM
123
+ 1
Aksita G Can you suggest me any way to understand it fully
25th Jun 2020, 9:50 AM
Mrityunjay
Mrityunjay - avatar
+ 1
Here Git is explained in 100 seconds: https://youtu.be/hwP7WQkmECE
25th Jun 2020, 10:00 AM
Danny Andersen
Danny Andersen - avatar
+ 1
Aksita G Why it is so popular among programmers??
25th Jun 2020, 10:04 AM
Mrityunjay
Mrityunjay - avatar
+ 1
Mrityunjay🇮🇳 GitHub allows you to create or contribite to open-source projects. With open-source projects, several developers from around the world can contribute to make your software better by sending bug fixes and pull requests. GitHub uses Git vcs developed by Linus Torvalds, creator of Linux. Git is used to manage repositories and allow non-blocking contributions from various branches. Hope this helps. ❤ EDIT _____ On a small scale, GitHub is still useful since it allows you to publish your projects for the world to see and perhaps learn from. Also it has some nice tools like code linters, and task runners
25th Jun 2020, 10:11 AM
Ore
Ore - avatar