Git homepage that rocks - from the git.or.cz awesomeness
Перейти к файлу
Scott Chacon df66aa50fb Merge pull request #23 from sheldon/gitx-url
the original author of gitx hasn't made any updates for years now. http:/
2011-11-01 06:43:11 -07: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 #23 from sheldon/gitx-url 2011-11-01 06:43:11 -07: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 rake process to get the current version 2011-09-22 07:44:19 -07:00
Gemfile.lock rake process to get the current version 2011-09-22 07:44:19 -07: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 full year 2011-09-22 08:01:12 -07: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.