aboutsummaryrefslogblamecommitdiffstats
path: root/examples/README.md
blob: 8762b4abebd953e0a1fb4d5fb65bee000bd2ca70 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                                   
# go-git: examples

Here you can find a list of annotated _go-git_ examples:

### Basic
- [showcase](showcase/main.go) - A small showcase of the capabilities of _go-git_
- [open](open/main.go) - Opening a existing repository cloned by _git_
- [clone](clone/main.go) - Cloning a repository
- [remotes](remotes/main.go) - Working with remotes: adding, removing, etc

### Advanced
- [custom_http](custom_http/main.go) - Replacing the HTTP client using a custom one
- [storage](storage/main.go) - Implementing a custom storage system