The Wayback Machine - https://web.archive.org/web/20170809171120/https://github.com/github/training-kit
Skip to content
Learn more
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

CSS HTML JavaScript Ruby Shell
Latest commit dcd2482 Aug 8, 2017 @JasonEtco JasonEtco committed on GitHub Merge pull request #542 from github/orphan-pages
πŸ”— Add links to new services pages
Permalink
Failed to load latest commit information.
.github Change heading level for Testing Locally Jan 12, 2017
_data Merge pull request #520 from github/graphql-beginner Jul 14, 2017
_includes πŸ”— Add links to new services pages Aug 8, 2017
_javascript move vendor packages into _scss directory Apr 4, 2017
_layouts all the cynthia changes Jul 18, 2017
_pages update to ghd beta Oct 28, 2016
advanced remove include-slides Sep 28, 2016
assets updating css manually from scss Aug 8, 2017
downloads Merge pull request #476 from ghaseminya/master Feb 28, 2017
foundations change deprecation notice to be in layout instead of all index files Jan 26, 2016
glossary Create ja.yml Jun 13, 2014
images Merge pull request #520 from github/graphql-beginner Jul 14, 2017
intermediate change deprecation notice to be in layout instead of all index files Jan 26, 2016
js Add jQuery in original Training web site location Sep 10, 2014
paths Merge pull request #520 from github/graphql-beginner Jul 14, 2017
resources ⭐ Fix hero of community/resources pages Aug 8, 2017
script πŸ”§ Improve script/server command Aug 8, 2017
vendor/cache update gems for github-pages being latest Apr 29, 2016
.bowerrc Add Bower Dec 5, 2014
.gitignore add *.map to .gitignore Mar 21, 2017
.gitmodules remove hydeslide dependencies from .gitmodules Oct 11, 2016
.travis.yml run script/cibuild instead for posterity and remove rbenv variable fr… Jun 6, 2016
CONTRIBUTING.md teach.github is dead, long live training-kit Jul 25, 2014
Gemfile remove version of github-pages, needs to be most updated Apr 29, 2016
Gemfile.lock update gems for github-pages being latest Apr 29, 2016
LICENSE adding license to training-kit ported from on-demand Nov 18, 2016
README.md Update SCSS compiling instructions in README Aug 8, 2017
Rakefile html-proofer isn't even used here Jun 7, 2016
_config.yml tell config to build sass styles from assets/_scss Apr 4, 2017
bower.json Add Bower Dec 5, 2014
community.md ⭐ Fix hero of community/resources pages Aug 8, 2017
index.html replace index with on-demand Oct 12, 2016
index.md add alt text for main blue background image on every page Jul 20, 2017
us-holidays.md update based on Hubber holidays Dec 7, 2016

README.md

servicesbanner

Build Status

GitHub Training Kit

Home of GitHub's On-Demand training

This repository contains the completely open source on-demand training hosted at https://services.github.com/on-demand/. These materials are provided under a Creative Commons License license.

We ❀️ Contributors Like You!

We’re eager to work with you, our user community to improve these materials and develop new ones. Here's how you can help:

  • You spotted a mistake: please feel free to fork the repository and submit a change via Pull Request (not sure how to do that, we have a course for you).
  • You have an idea to make it better: we ❀️ new ideas! We invite you to open a new Issue if you want to talk about it, or you can fork this repository and submit your idea via a Pull Request.
  • You just want to help: check out the open issues for projects you can tackle, review an open pull request, or check out the project ROADMAP.

For more information on contributing to this repository, check out our CONTRIBUTING guide.

πŸ—Ί Finding Your Way

This repository contains three primary resources:

  • Our current on-demand courses can be found in the paths directory
  • The translations of our popular Git Cheat Sheets can be found in the downloads directory. We're always looking for more. P.S. Right now the PDF generation is a manual process so please mention @github/services-training for assistance in getting your translation moved to the PDF.
  • The recommended Training Path can be found here.

Our Content Philosophy

We are eager to create materials that are easy to use and follow! To that end, here are a few guidelines we ask you to keep in mind:

  • We focus on providing clear, step-by-step instructions for completing an activity, giving the learner the opportunity to study the concept in greater detail with the Tell Me Why feature.
  • We focus on minimalism.

Projects Used in Training-Kit

Building and Packaging

Building and Testing Locally

When you are ready to test your changes, you will want to build the repository locally. This is fully automated through a series of shell scripts based the scripts to rule them all!

To perform a build of the materials perform the following:

  1. Run script/setup
  2. Run script/server.
    • When successful, the script will initiate a local server at http://127.0.0.1:4000/on-demand.
  3. Simply paste that into your favorite web-browser and you will be ready to test.
  4. You'll also need to run the following script to compile the SCSS (you can remove the watch flag if desired):
sass --watch assets/_scss/main.scss:assets/css/main.css

Packaging for Viewing Behind Your Firewall

If you'd like to have a copy of the files to be served from a web server inside of your firewall, start by running script/package.

  1. Run script/package to create a release tarball. This will be in the format release-XXXXXXX.tgz for you to take wherever you want.
  2. To test this looks okay, create some folders mkdir -p test_site/kit.
  3. Untar the release, tar -xzf release-XXXXXXX.tgz -C test_site/kit.
  4. Switch into the test_site directory, cd test_site.
  5. View the site with python -m SimpleHTTPServer. Note: Some servers are obviously more advanced than others and can handle redirects, smart recognition of .html files, etc

Licenses

Site content is licensed under CC-BY-4.0. CC-BY-4.0 gives you permission to use content for almost any purpose but does not grant you any trademark permissions, so long as you note the license and give credit, such as follows:

Content based on services.github.com/on-demand used under the CC-BY-4.0 license.

Code used to build and test the site as well as code samples on the site, if any, are licensed under CC0-1.0. CC0 waives all copyright restrictions but does not grant you any trademark permissions.

This means you can use the content and code in this repository except for GitHub trademarks in your own projects.

When you contribute to this repository you are doing so under the above licenses.

You can't perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.