This repository has been archived by the owner. It is now read-only.
The discovery gate for all things educational for Git and GitHub.
CSS HTML JavaScript Ruby Shell
Clone or download
carview.php?tsp= Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
carview.php?tsp= _includes The newest of years Jan 2, 2014
carview.php?tsp= _layouts better wording for redirect Jun 29, 2013
carview.php?tsp= components/gridism added gridism basics via bower Jun 29, 2013
carview.php?tsp= css Compress images Aug 20, 2013
carview.php?tsp= images Compress images Aug 20, 2013
carview.php?tsp= js Add link to YouTube channel that was replaced by screencasts page Feb 22, 2013
carview.php?tsp= p redirect all pages to GitHubGuides channel Jun 29, 2013
carview.php?tsp= script bootstrap script Mar 26, 2013
carview.php?tsp= scripts removed the cname for now and started the third episode Feb 8, 2009
carview.php?tsp= template Brighter, more open theme; footer more like rest of GitHub sites Jan 15, 2013
carview.php?tsp= vendor/cache 🐶 food dat github-pages gem Aug 12, 2013
carview.php?tsp= .gitignore dont track bin, bundle or vendor/gems Mar 26, 2013
carview.php?tsp= CNAME Adding a CNAME file, though I don't think this is needed Sep 12, 2012
carview.php?tsp= CONTRIBUTING.md readme instructions on contributing, with a contributing file Mar 26, 2013
carview.php?tsp= Gemfile 🐶 food dat github-pages gem Aug 12, 2013
carview.php?tsp= Gemfile.lock 🐶 food dat github-pages gem Aug 12, 2013
carview.php?tsp= NOTES two point oh May 21, 2010
carview.php?tsp= OUTLINE index.html Jun 10, 2010
carview.php?tsp= README.md Update README to reflect unmaintained status Mar 6, 2015
carview.php?tsp= Rakefile removal ensures no accidental builds from helpful contributors Mar 26, 2013
carview.php?tsp= _config.yml remove deprecated server call in config Jun 29, 2013
carview.php?tsp= apple.png Compress images Aug 20, 2013
carview.php?tsp= board.png Compress images Aug 20, 2013
carview.php?tsp= book.png Compress images Aug 20, 2013
carview.php?tsp= brain.png Compress images Aug 20, 2013
carview.php?tsp= episodes.yaml Replace blip.tv videos with YouTube versions; Fixes #26 Jan 29, 2013
carview.php?tsp= favicon.ico overwrite the favicon again to be sure, to be sure Apr 16, 2013
carview.php?tsp= index.html Updated applicable URLs to HTTPS Jul 2, 2013
carview.php?tsp= screencasts.md screencasts page shouldn’t repeat all that markup Apr 12, 2013

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.