- Notifications
You must be signed in to change notification settings - Fork4.4k
Open source courseware for Git and GitHub
License
github/training-kit
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Open source courseware from the GitHub Professional Services team.
We’re eager to work with you, our user community, to improve these materials and develop new ones. Please check out ourCONTRIBUTING guide for more information on getting started.
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, seethis commit in the repository's history.
- We useJekyll andMarkdown.
- Our content is styled using thePrimer CSS toolkit.
If you'd like to have a copy of the files to be served from a web server inside your firewall, start by runningscript/package
.
- Run
script/package
to create a release tarball. This will be in the formatrelease-XXXXXXX.tgz
for you to take wherever you want. - To test this looks okay, create some folders
mkdir -p test_site/kit
. - Extract the release,
tar -xzf release-XXXXXXX.tgz -C test_site/kit
. - Switch into the test_site directory,
cd test_site
. - 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
- For python version 2.x, run:
Site content is licensed underCC-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 ongithub.github.com/training-kit/ used under theCC-BY-4.0 license.
Code used to build and test the site as well as code samples on the site, if any, are licensed underCC0-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 courseware for Git and GitHub
Topics
Resources
License
Code of conduct
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.