Git-bro
Git-bro is a server for your Git repositories. Git-bro is build on top of Sinatra framework.
1) Install the gem with the following command
sudo gem install git-bro
2) Start serving
# serve given path
git-bro serve /path/to/my/git/repository
# serve current directory
git-bro serve
3) Open link in browser - localhost:4567
Usage
Common syntax of command is
git-bro [--version] [--help] COMMAND [ARGS]
Supported commands:
-
serve serve given or current directory
Development
Sources can be found on Github.
Authors
-
Dmitry Maksimov (dmaximov.net)
Copyright
Copyright © 2010 Dmitry Maksimov. See LICENSE for details.