The discovery gate for all things educational for Git and GitHub.
Перейти к файлу
Chiedo John 9f6bce9362
Delete CNAME
2022-03-14 12:55:33 -04:00
_includes The newest of years 2014-01-02 12:23:51 -08:00
_layouts better wording for redirect 2013-06-29 15:28:00 -07:00
components/gridism added gridism basics via bower 2013-06-29 16:53:12 -07:00
css Compress images 2013-08-20 01:35:21 -04:00
images Compress images 2013-08-20 01:35:21 -04:00
js Add link to YouTube channel that was replaced by screencasts page 2013-02-22 14:51:17 -05:00
p redirect all pages to GitHubGuides channel 2013-06-29 15:27:43 -07:00
script bootstrap script 2013-03-26 11:53:13 -07:00
scripts removed the cname for now and started the third episode 2009-02-08 08:57:00 -08:00
template Brighter, more open theme; footer more like rest of GitHub sites 2013-01-15 01:55:19 -05:00
vendor/cache 🐶 food dat github-pages gem 2013-08-12 11:41:55 -04:00
.gitignore dont track bin, bundle or vendor/gems 2013-03-26 11:45:20 -07:00
CONTRIBUTING.md readme instructions on contributing, with a contributing file 2013-03-26 13:42:25 -07:00
Gemfile 🐶 food dat github-pages gem 2013-08-12 11:41:55 -04:00
Gemfile.lock 🐶 food dat github-pages gem 2013-08-12 11:41:55 -04:00
NOTES two point oh 2010-05-21 14:04:20 -07:00
OUTLINE index.html 2010-06-10 15:27:29 -07:00
README.md Update README to reflect unmaintained status 2015-03-05 21:35:51 -08:00
Rakefile removal ensures no accidental builds from helpful contributors 2013-03-25 17:32:48 -07:00
_config.yml remove deprecated server call in config 2013-06-29 15:24:06 -07:00
apple.png Compress images 2013-08-20 01:35:21 -04:00
board.png Compress images 2013-08-20 01:35:21 -04:00
book.png Compress images 2013-08-20 01:35:21 -04:00
brain.png Compress images 2013-08-20 01:35:21 -04:00
episodes.yaml Replace blip.tv videos with YouTube versions; Fixes #26 2013-01-29 00:53:46 -05:00
favicon.ico overwrite the favicon again to be sure, to be sure 2013-04-16 23:30:27 +02:00
index.html Updated applicable URLs to HTTPS 2013-07-02 09:13:23 -06:00
screencasts.md screencasts page shouldn’t repeat all that markup 2013-04-12 12:01:02 +01:00

README.md

NOTE: This repository is no longer supported or updated by GitHub. If you wish to continue to develop this code yourself, we recommend you fork it.

Learn.GitHub.com

This is the code and data behind learn.github.com. Its primary goal is to be a course for you to follow and learn Git and GitHub on your own.

There are additional resources available once someone is beyond following this course such as:

Development

Working or running this site locally is easy! Just follow these steps:

$ git clone https://github.com/github/learn.github.com
$ cd learn.github.com
$ script/bootstrap
$ jekyll --server
#=> Open a browser and navigate to localhost:4000 and away you go!

Contributing

Please see the CONTRIBUTING.md file for info.