1
0
mirror of https://github.com/tiimgreen/github-cheat-sheet.git synced 2025-08-10 18:04:10 +02:00

Add some GitHub resources (#23)

This commit is contained in:
Rafal Chmiel
2014-04-16 10:10:09 +01:00
parent 527cc25dd1
commit ad99cf9c5e

View File

@@ -30,6 +30,7 @@ A collection of cool hidden and not so hidden features of Git and GitHub. This c
- [Hub](#hub)
- [Decreasing Contributor Friction](#decreasing-contributor-friction)
- [Contributing Guidelines](#contributing-guidelines)
- [GitHub Resources](#github-resources)
- [Git](#git)
- [Previous Branch](#previous-branch)
- [Checking out Pull Requests](#checking-out-pull-requests)
@@ -363,6 +364,15 @@ Adding a `CONTRIBUTING` file to the root of your repository will add a link to y
[*Read more about contributing guidelines.*](https://github.com/blog/1184-contributing-guidelines)
### GitHub Resources
| Title | Link |
| ----- | ---- |
| GitHub Explore | https://github.com/explore |
| GitHub Blog | https://github.com/blog |
| GitHub Help | https://help.github.com/ |
| GitHub Training | http://training.github.com/ |
| GitHub Developer | https://developer.github.com/ |
## Git
### Previous Branch
To move to the previous branch in Git: