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

https://github.com/lcian/jgit

🔧 Basic Git CLI built from scratch
https://github.com/lcian/jgit

educational git java-22

Last synced: 2 months ago
JSON representation

🔧 Basic Git CLI built from scratch

Awesome Lists containing this project

README

          

# jgit

`jgit` is an implementation of the Git VCS written in Java.

It supports the basic git commands `init`, `add`, `commit` and `log`, with the rest of the commands to be implemented.

![](./media/demo.gif)