package
4.0.0-rc6+incompatible
Repository: https://github.com/amlweems/go-git.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
go-git: examples
Here you can find a list of annotated go-git examples:
Basic
- showcase - A small showcase of the capabilities of go-git
- open - Opening a existing repository cloned by git
- clone - Cloning a repository
- remotes - Working with remotes: adding, removing, etc
- progress - Priting the progress information from the sideband
Advanced
- custom_http - Replacing the HTTP client using a custom one
- storage - Implementing a custom storage system