https://github.com/rayhanadev/git-esque
Core functionality of git reimplemented in Go as a way to learn more about Git's functionality.
https://github.com/rayhanadev/git-esque
git go golang vcs
Last synced: 4 days ago
JSON representation
Core functionality of git reimplemented in Go as a way to learn more about Git's functionality.
- Host: GitHub
- URL: https://github.com/rayhanadev/git-esque
- Owner: rayhanadev
- License: mit
- Created: 2024-06-26T18:20:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-26T22:15:19.000Z (about 1 year ago)
- Last Synced: 2025-02-17T14:13:19.301Z (4 months ago)
- Topics: git, go, golang, vcs
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Git-esque
Core functionality of `git` reimplemented in Go as a way to learn more about Git's functionality.