https://github.com/jeroenvand/gogit
Wrapper around git command line utils
https://github.com/jeroenvand/gogit
Last synced: 3 months ago
JSON representation
Wrapper around git command line utils
- Host: GitHub
- URL: https://github.com/jeroenvand/gogit
- Owner: jeroenvand
- License: bsd-3-clause
- Created: 2019-06-03T11:16:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-03T13:16:34.000Z (almost 6 years ago)
- Last Synced: 2024-01-06T13:07:05.795Z (over 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GoGit
A simple Go wrapper around the git command line tool.
For actual Go git client libraries see https://github.com/src-d/go-git or https://github.com/libgit2/git2go.