GitHub: Difference between revisions
| Line 6: | Line 6: | ||
File extension .md for the standard readme file is for the Markdown syntax. | 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. | |||
==Operation== | ==Operation== | ||
Revision as of 22:57, 11 February 2017
Concepts
GitHub is a 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.