GitHub

From NSB App Studio
Revision as of 14:14, 10 October 2018 by Ghenne (talk | contribs) (Created page with "== What is GitHub? == GitHub is a web service to help you organize and manage your projects. At its core, it runs a version control system called [https://en.wikipedia.org/wi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

What is GitHub?

GitHub is a web service to help you organize and manage your projects. At its core, it runs a version control system called git. Git is not user friendly enough for most users. GitHub Inc. created a web interface and backend for git, making it much easier to use and extending its features. As of June 2018, over 57,000,000 projects were hosted on GitHub.

Advantages of using GitHub are:

  • Version Control: Each change to your project is recorded. You can see when changes were made when.
  • Branch: You can checkpoint a project at a certain point and easily go back to that point. For example, you could have an experimental branch without disturbing the main project.
  • Issues: You can keep track of bug and work to be done on the project.
  • Milestores: You can group your issues in milestones, with a due date.
  • Developers: If there are multiple developers on a project, GitHub makes sure they do not overwrite each others work. It also allows the team to communicate effectively with one another.

Pricing

GitHub is free for public and open source projects. The cheapest plan is Developer for $7/month, which includes Personal account, Unlimited public repositories, Unlimited private repositories and Unlimited collaborators

Setting up GitHub

Using GitHub with AppStudio