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
- Host: GitHub
- URL: https://github.com/lcian/jgit
- Owner: lcian
- License: mit
- Created: 2024-05-08T13:17:52.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-18T20:57:15.000Z (over 1 year ago)
- Last Synced: 2025-01-11T15:21:45.448Z (12 months ago)
- Topics: educational, git, java-22
- Language: Java
- Homepage:
- Size: 581 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
