Project

git-bro

0.0
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Git-bro provides tools to serve your Git repositories
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
>= 0
>= 0
 Project Readme

Git-bro

Git-bro is a server for your Git repositories. Git-bro is build on top of {Sinatra}[http://www.sinatrarb.com/] 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 - http://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

Copyright

Copyright (c) 2010 Dmitry Maksimov. See LICENSE for details.