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.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the official courseware for the [GitHub Training Team](http://training.github.com). This repository provides open source materials and slides for teaching GitHub Classes under the [_CC BY 3.0_ license](http://creativecommons.org/licenses/by/3.0/).
4
4
5
-
We know that part of effectively sharing GitHub and Git with the world goes beyond our team's course offerings. We are excited to provide you with training materials that you can also use to teach these same concepts at your company, for a user group, or even at a conference.
5
+
We know that part of effectively sharing GitHub and Git with the world goes beyond our team's course offerings. We are pleased to provide you with this training kit that you can use to teach these same concepts at your company, for a user group, or at a conference.
6
6
7
7
## Download
8
8
9
9
We know that many of the users of this repository are just focused on getting the materials and teaching from them. We've made that easy.
10
10
11
-
1. You can view and teach from the materials, hosted on GitHub, at http://training.github.com/materials
12
-
2. You can download an offline copy of the materials via the green button at https://github.com/github/training-materials/releases
11
+
1. You can view and teach from the kit, hosted on GitHub, at http://training.github.com/kit
12
+
2. You can download an offline copy of the kit via the green button at https://github.com/github/training-kit/releases
13
13
14
14
15
15
## Contribute
16
16
17
-
We’re eager to have your help in improving these materials. If you have an idea for a change, start by opening a new [Issue](https://github.com/github/training-materials/issues) so we can discuss and help guide your contribution to the right location. If you have corrections or materials contributions, we'd be glad to receive them via a [Pull Request](https://help.github.com/articles/using-pull-requests). For materials contributions, we ask you to share in our mindset of minimalism. We aim to keep the workbook and slides a synchronized pair.
17
+
We’re eager to have your help in improving this kit. If you have an idea for a change, start by opening a new [Issue](https://github.com/github/training-kit/issues) so we can discuss and help guide your contribution to the right location. If you have corrections or kit contributions, we'd be glad to receive them via a [Pull Request](https://help.github.com/articles/using-pull-requests). For kit contributions, we ask you to share in our mindset of minimalism. We aim to keep the workbook and slides a synchronized pair.
18
18
19
19
The educational content exists in two top level directories:
@@ -30,4 +30,4 @@ The majority of the site materials are written in [Markdown](http://whatismarkdo
30
30
31
31
The build of this repository is fully automated through several shell scripts. To perform a build of the materials identical to that of our continuous integration server, from the top directory of this project, run `./_buildscripts/cibuild` and then inspect the output in the `_site` directory.
32
32
33
-
The `_buildscripts/makerelease` script produces a zip bundle for offline use of these materials. Pre-built releases are available at https://github.com/github/training-materials/releases
33
+
The `_buildscripts/makerelease` script produces a zip bundle for offline use of these materials. Pre-built releases are available at https://github.com/github/training-kit/releases
0 commit comments