Skip to content

baby636/training-kit

This branch is 1 commit ahead of, 101 commits behind github/training-kit:main.

Folders and files

NameName
Last commit message
Last commit date
Apr 6, 2021
Jan 13, 2020
Mar 4, 2019
Oct 28, 2016
Mar 4, 2019
Mar 16, 2021
May 5, 2021
Aug 21, 2017
Feb 4, 2020
Mar 1, 2019
Sep 8, 2020
Oct 26, 2019
Apr 9, 2021
Nov 14, 2023
Nov 14, 2023
Nov 18, 2016
Mar 9, 2020
Mar 7, 2019
Mar 4, 2019
Nov 2, 2020
Feb 4, 2020
Aug 21, 2017
Oct 19, 2020
Mar 4, 2019

Repository files navigation

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:
    • 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.

About

Open source cheat sheets for Git and GitHub

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 53.4%
  • SCSS 43.8%
  • Shell 1.8%
  • Ruby 1.0%