Skip to content

Latest commit

 

History

History

_examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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