# learn.github.com **Repository Path**: mirrors_github/learn.github.com ## Basic Information - **Project Name**: learn.github.com - **Description**: The discovery gate for all things educational for Git and GitHub. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: gh-pages - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **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](http://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: * [teach.github.com](http://teach.github.com) for teaching others. * [training.github.com](http://training.github.com) for some instructor lead classes. * [Git-SCM](http://git-scm.com) for some additional learning materials. # Development Working or running this site locally is easy! Just follow these steps: ```sh $ 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](CONTRIBUTING.md) file for info.