Git Review Flashcards
1
Q
What is Github?
A
A publishing tool, version control system, collaboration platform.
Official:
A web-based hosted service for Git repositories. Git is a popular open-source version control system. Github allows you to host remote Git repositories, and has a wealth of community-based services that make it ideal for open source projects.
Git is a decentralized or distributed version control system. Because of it’s distributed nature, it can scale massively and was created for the linux kernal project