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

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

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.