No description
  • HTML 52.5%
  • SCSS 42.8%
  • Ruby 3.1%
  • Shell 1.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2024-05-27 16:14:40 +02:00
.github Update jekyll.yml 2022-10-27 14:54:29 -07:00
_includes Rename CSS file for Primer compatibility 2022-10-27 11:30:47 -07:00
_layouts remove unused content 2019-03-04 13:28:52 -05:00
_pages update to ghd beta 2016-10-27 21:35:25 -04:00
assets Rename CSS file for Primer compatibility 2022-10-27 11:30:47 -07:00
downloads Improve translation based on the review, cc #932 2022-10-29 19:21:12 +08:00
git-guides fix heading hierarchy a11y violations 2024-05-17 11:34:31 +00:00
script Update bootstrap 2022-10-27 14:37:31 -07:00
.gitignore Ignore node_modules/ (#864) 2022-10-25 20:49:50 -07:00
.ruby-version Create .ruby-version file 2022-10-27 12:07:45 -07:00
_config.yml Update _config.yml 2022-10-27 12:44:45 -07:00
CNAME Create CNAME 2020-09-08 17:51:11 -04:00
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md 2019-10-26 12:51:29 -04:00
CONTRIBUTING.md mastermain 2022-10-26 06:26:09 +00:00
Gemfile Remove rack-contrib gem 2022-10-27 12:14:42 -07:00
Gemfile.lock Update Gemfile.lock 2022-10-27 12:14:42 -07:00
index.html Update to latest version of Primer 2022-10-26 15:38:16 -07:00
LICENSE adding license to training-kit ported from on-demand 2016-11-18 16:41:55 -05:00
package-lock.json Update to latest version of Primer 2022-10-26 15:38:16 -07:00
package.json Update to latest version of Primer 2022-10-26 15:38:16 -07:00
Rakefile Refactor Rakefile 2022-10-27 14:37:28 -07:00
README.md Use emoji instead of shortcode 2022-10-26 05:29:37 +00:00
redirects-cheatsheets.md use correct language code for Korean (#787) 2020-10-19 11:06:37 +02:00
redirects.md handle redirects 2019-03-04 17:29:46 -05:00

GitHub Training Kit

Open source courseware from the GitHub Professional Services team.

We ❤️ contributors like you

Were eager to work with you, our user community, to improve these materials and develop new ones. Please check out our CONTRIBUTING guide for more information on getting started.

Looking for a resource that was once housed in training-kit?

This repository currently contains Git and GitHub cheat sheets. If you're looking for a project that used to be housed here, such as On-Demand training, reading lists, videos, and book recommendations, see this commit in the repository's history.

Projects used in training-kit

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 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. Extract 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:
    • For python version 2.x, run: python -m SimpleHTTPServer
    • For python version 3.x, run: python -m http.server
    • Note: Some servers are more advanced than others and can handle redirects, smart recognition of .html files, etc

Site content is licensed under CC-BY-4.0. CC-BY-4.0 gives you permission to use the 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 github.github.com/training-kit/ 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 projects.

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