diff

Diff code posted
created at 03 Apr 17:48

Edit | Back
1
2
--- a/README +++ b/README @@ -1,10 +1,18 @@ -git-bro - lightweight Sinatra based web application to track your local git repositories +git-bro - serve and browse your Git repositories -Currently git-bro is not released as a gem, so to use it: +You can install it as a gem + sudo gem install git-bro -* git clone git://github.com/kolo/git-bro.git -* cd git-bro -* ruby -Ilib bin/git-bro [path to git repository] +Or build from sources + git clone git://github.com/kolo/git-bro.git + cd git-bro + rake build + rake install + +Usage: git-bro [--version] [--help] COMMAND [ARGS] + +List of available commands: + serve Serves current or specified directory Dmitry Maksimov http://github.com/kolo/git-bro
--- a/lib/git-bro.rb +++ b/lib/git-bro.rb @@ -1,6 +1,6 @@ require 'git-bro/repository' module GitBro - VERSION = "0.0.1" + VERSION = "0.1.0" end
844 Bytes in 3 ms with coderay