The Wayback Machine - https://web.archive.org/web/20190322164630/https://github.com/github/training-kit
Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
Open source cheat sheets for Git and GitHub https://github.github.com/training-kit/
Branch: master
Clone or download
allthedoll Merge pull request #670 from Tgjmjgj/russian-cheat-sheet
Update russian translation with suggestions
Latest commit c1f6eee Mar 10, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github
_includes fix footer links Mar 4, 2019
_layouts
_pages update to ghd beta Oct 28, 2016
assets remove unused content Mar 4, 2019
downloads Merge pull request #670 from Tgjmjgj/russian-cheat-sheet Mar 10, 2019
node_modules Add Primer, package.json Aug 21, 2017
script remove existing _site folder as a part of script/server Sep 20, 2017
.gitignore add vendor files to .gitignore Mar 1, 2019
.gitmodules remove hydeslide dependencies from .gitmodules Oct 11, 2016
.travis.yml
CODE_OF_CONDUCT.md make email address clickable Aug 24, 2017
CONTRIBUTING.md
Gemfile
Gemfile.lock
LICENSE adding license to training-kit ported from on-demand Nov 18, 2016
README.md
Rakefile Add html-proofer tests to Rakefile Mar 7, 2019
_config.yml fix footer links Mar 4, 2019
index.html
package.json
redirects-cheatsheets.md
redirects.md

README.md

Build Status

GitHub Training Kit: Cheatsheets

We ❤️ Contributors Like You!

We’re 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 the Git and GitHub Cheatsheets. 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 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 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 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.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.