Git homepage that rocks - from the git.or.cz awesomeness
Перейти к файлу
Scott Chacon 7b90c5bfef Merge pull request #22 from rmg/patch-1
Fix typo in GitHub web interface link.
2012-02-12 07:59:55 -08:00
lib Only store stable release versions 2011-10-07 11:54:05 +02:00
public let us see if this works 2011-09-21 11:21:01 -07:00
views Merge pull request #31 from hanchang/assembla 2012-02-12 07:58:20 -08:00
.gitignore initial import from rails to sinatra 2011-09-21 11:08:34 -07:00
COPYING copy license and readme from the rails site 2011-09-21 11:09:26 -07:00
Gemfile fix bitbucket link 2011-11-27 14:36:16 -08:00
Gemfile.lock fix bitbucket link 2011-11-27 14:36:16 -08:00
README.md updated readme 2011-09-21 15:55:37 -07:00
Rakefile rake process to get the current version 2011-09-22 07:44:19 -07:00
app.rb Correctly identify latest stable git version 2012-02-10 16:42:13 +01:00
config.ru update static paths 2011-09-23 07:10:14 -07:00

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.