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