mirror of
https://github.com/github/gitscm-old
synced 2026-07-21 13:53:42 +00:00
No description
- HTML 62.4%
- CSS 34.1%
- Ruby 3.3%
- JavaScript 0.2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| lib | ||
| public | ||
| views | ||
| .gitignore | ||
| app.rb | ||
| config.ru | ||
| COPYING | ||
| Gemfile | ||
| Gemfile.lock | ||
| Rakefile | ||
| README.md | ||
The Git Website
This is the source for the main Git website, found at git-scm.com.
Running It
This is a Sinatra app, so if you want to run this locally, you can simply run:
$ rackup config.ru
That should get it running locally so you can test it. The site is deployed to Heroku.
Contributing
Fork this project, make a change, push to a named branch on GitHub and send me a pull request.