From ad99cf9c5e4bdf1cd5aa410baad18e53dfa12474 Mon Sep 17 00:00:00 2001 From: Rafal Chmiel Date: Wed, 16 Apr 2014 10:10:09 +0100 Subject: [PATCH] Add some GitHub resources (#23) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c69633c..32562db 100644 --- a/README.md +++ b/README.md @@ -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: