What is GitHub?

What is GitHub?

Lets discuss a bit about GitHub and its features.

ยท

2 min read

GitHub is basically a code hosting platform for version control and collaborations. It is owned by Microsoft Corporation. GitHub lets us work together on projects. It also lets us contribute to several open-source projects and organizations. It also facilitates collaborations features such as bug tracking, feature requests, task management for every projects. We an push our work on GitHub and make it private or public (in the form of GitHub repository).

Now a question here arises - What is a GitHub repository?

Repository is simply a storage area. Repository is used to store metadata for a set of files and directories. It contains the collection of the file, folders and documentations. It also keep track of the history of changes made to those files. Repositories in Git is considered as our project folder. A repository contains all the project-related data.

Lets talk about some of the advantages of GitHub:-

  1. It is free and it is open-source.
  2. Free private repositories for developers.
  3. It is easy to contribute to open source projects via GitHub.
  4. It helps to create an excellent documentation.
  5. It allows our work to get out there in front of public.
  6. We can track changes in our code across versions.
  7. It lets us host our static websites using GitHub.
  8. It had Gists and GitHub Pages.
  9. Markdown which allows us to use a simple text editor to write formatted documents.

What are the top features of GitHub?

  1. Collaboration.
  2. Backup.
  3. Integrated issue and bug tracking.
  4. Graphical representation of branches.
  5. Git repositories hosting.
  6. Project Management.
  7. Team Management.
  8. Code Hosting.
  9. Track and assign tasks.
  10. Conversations.

Some of the alternatives of GitHub:

  1. GitLab
  2. SourceForge
  3. Apache Allura
  4. Cloud Source Repositories
  5. GitKraken
  6. taraVault
  7. BitBucket
  8. Gogs
  9. AWS CodeCommit
  10. Beanstalk
  11. Phabricator
  12. Gitea
  13. Allura
  14. Rhodecode
  15. CodeGiant
  16. Trac
ย