GitHub: Difference between revisions
| Line 1: | Line 1: | ||
==Concepts== | ==Concepts== | ||
GitHub is a online [[Git|Git]] repository. The advantages are: | GitHub is a code hosting platform for version control and collaborationa or respectively an online [[Git|Git]] repository. The advantages are: | ||
* backup | * backup | ||
* shareability | * shareability | ||
Revision as of 14:22, 13 August 2018
Concepts
GitHub is a code hosting platform for version control and collaborationa or respectively an online Git repository. The advantages are:
- backup
- shareability
- web interface
File extension .md for the standard readme file is for the Markdown syntax.
Pull Requests
Pull requests are requests to others to review and pull a change in a branch to the master.