An open API service indexing awesome lists of open source software.

https://github.com/hyxf/gitiles

A simple browser for Git repositories
https://github.com/hyxf/gitiles

git java repositories-manager

Last synced: about 1 year ago
JSON representation

A simple browser for Git repositories

Awesome Lists containing this project

README

          

# gitiles

A simple browser for Git repositories

## Install

~~~bash
brew install hyxf/cli/gitiles
~~~

## Develop

~~~bash
git clone https://gerrit.googlesource.com/gitiles

cd gitiles

git checkout v1.5.0

git submodule update --init

cd modules/jgit

mvn install
~~~

## sha256

~~~bash
shasum -a 256 filename
~~~