Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 42d2bef

Browse files
author
Jordan McCullough
committed
Merge pull request #244 from github/shutdown-cleanup
Shutdown cleanup
2 parents c8359b9 + e6dc721 commit 42d2bef

891 files changed

Lines changed: 12 additions & 152665 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 0 additions & 9 deletions
This file was deleted.

.gitmodules

Lines changed: 0 additions & 9 deletions
This file was deleted.

.ruby-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

.travis.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

ATTRIBUTION.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

CNAME

Lines changed: 0 additions & 2 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

Gemfile

Lines changed: 0 additions & 8 deletions
This file was deleted.

Gemfile.lock

Lines changed: 0 additions & 67 deletions
This file was deleted.

README.md

Lines changed: 12 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,17 @@
1-
# GitHub Official Git Teaching Materials
1+
# We've Moved
22

3-
This is the official set of [GitHub Training](http://github.com/training/) courseware, including outlines, topic-specific guides, examples, and slides provided under the [_CC BY 3.0_ license](http://creativecommons.org/licenses/by/3.0/) to aid schools, universities, user groups, hackathons, corporate lunch-and-learns and other educational outlets in teaching GitHub and Git. In short, you should take these materials and [make the development world a better place](http://en.wikipedia.org/wiki/A_rising_tide_lifts_all_boats) by leveraging them to teach a class or give a conference talk. Do a quick check that you are using the materials in the [spirit of the license](https://github.com/github/teach.github.com/blob/gh-pages/LICENSE.md) and then go forth and spread the good GitHub and Git news.
3+
The [teach.github.com](https://teach.github.com) GitHub and Git
4+
materials have moved to
5+
[training.github.com](https://training.github.com). All of our
6+
open source education is now easier to discover all in one
7+
location.
48

5-
> A rising tide lifts all boats
6-
> – John F. Kennedy
9+
## Contributions
710

8-
GitHub believes, as a company, that educational materials should be free and improved by the wisdom of the community whenever possible. Inspiration for this comes from more places than we can list, but, to name just a few: [Khan Academy](http://www.khanacademy.org), [Git Immersion](http://gitimmersion.com), [Ruby Koans](http://rubykoans.com), [Coursera](https://www.coursera.org), and [MIT Open Courseware](http://ocw.mit.edu/index.htm).
11+
All commits within this repository were preserved during the move
12+
and maintain attribution for our wonderful community's contribution to the repo.
913

10-
## Original Authors
14+
## Getting Involved
1115

12-
These materials were lovingly donated to the OSS community by [GitHub](https://github.com/about) because it is an awesome company that has a [passion for open sourcing](http://tom.preston-werner.com/2011/11/22/open-source-everything.html) a significant portion [of their work](https://github.com/github). The original authors of these materials include [Matthew McCullough](http://github.com/matthewmccullough), [Tim Berglund](https://github.com/tlberglund), and [Jared Koumentis](https://github.com/ShepBook), but we eagerly look forward to seeing those contributions overwhelmed by a [community effort](https://github.com/github/teach.github.com/wiki/Hall-Of-Appreciation) to improve and grow these materials for the benefit of the Git-learning community.
13-
14-
## Spread the Love
15-
16-
We’ve already seen our materials in use by tens of thousands of individuals, but we’re excited to take this next step of open sourcing our curriculum and seeing where it gets put to great use. If you are using these materials, we’d love to [see you say so in the Wiki](https://github.com/github/teach.github.com/wiki/Hall-Of-Appreciation).
17-
18-
## Help Us Improve These Materials
19-
20-
We’re always looking for contributions to improve these materials. If you have corrections, polish, or materials contributions, please submit them via a [Pull Request](https://help.github.com/articles/using-pull-requests). If your contribution is larger than a syntax fix or sentence re-wording, please initiate a discussion via a new Issue (type `c` after switching focus to the [Issues](https://github.com/github/teach.github.com/issues) tab) so we can help guide your contribution to the right location in the materials. In the highly unlikely case you merely want to rant or denigrate our open materials, please resist that urge and turn that energy into a world-benefitting contribution.
21-
22-
## Materials Format
23-
24-
The majority of these materials will be in [Markdown](http://whatismarkdown.com), a [lightweight markup language](http://en.wikipedia.org/wiki/Lightweight_markup_language) strongly supported in the GitHub web application user interface. There is a syntax guide to the original [Markdown format](http://daringfireball.net/projects/markdown/syntax) and also [GitHub Flavored Markdown](http://github.github.com/github-flavored-markdown/).
25-
26-
## Developing
27-
28-
To get started, you'll need a recent version of Ruby (we use 1.9.3), with rubygems and the Bundler and Jekyll gems installed (you may well have these already).
29-
30-
Then:
31-
32-
``` bash
33-
git clone https://github.com/github/teach.github.com
34-
cd teach.github.com
35-
script/setup
36-
script/server
37-
```
38-
39-
Your own copy of teach.github.com will now exist at [localhost:4000](http://localhost:4000).
16+
If you have something to offer, head over to the [repository](https://github.com/github/training.github.com) to open an [Issue](https://github.com/github/training.github.com/issues) or create
17+
a [Pull Request](https://github.com/github/training.github.com/pulls).

0 commit comments

Comments
 (0)