Skip to content

amzn/golang-gitoperations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

gitoperations

The gitoperations module is a Golang library for interacting with git via the command line executable. There are other golang approaches to git integration such as a pure Golang implementation (go-git) or a wrapper around a C library (git2go). Gitoperations takes the approach of driving the actual git command line executable. One motivation for this approach is that git plumbing is designed to be scriptable.

The functions provided have been built up organically based on needs of the author, but are not exhaustive. The library is designed using an interface to support easy mocking in your application unit tests.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages