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
- Host: GitHub
- URL: https://github.com/hyxf/gitiles
- Owner: hyxf
- Created: 2024-12-21T18:12:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-13T15:11:30.000Z (over 1 year ago)
- Last Synced: 2025-05-18T14:09:35.544Z (about 1 year ago)
- Topics: git, java, repositories-manager
- Language: Java
- Homepage:
- Size: 760 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
~~~