diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2017-08-14 09:29:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-14 09:29:14 +0200 |
commit | 118a8c732202ccdfe682d72bc1a6f79e35d71dd7 (patch) | |
tree | db447922d38f526ac7c8fe65ecf9e26fa59a07ab /_examples/README.md | |
parent | b51e316bf61ff1b9e83486f2010854fb9089d9dc (diff) | |
parent | 5ed7c5ca0320fdb300a7e409d82dfb21022fab39 (diff) | |
download | go-git-118a8c732202ccdfe682d72bc1a6f79e35d71dd7.tar.gz |
Merge pull request #546 from orirawlings/pullExample
examples: add example for pulling changes
Diffstat (limited to '_examples/README.md')
-rw-r--r-- | _examples/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_examples/README.md b/_examples/README.md index 2e7d514..8df7966 100644 --- a/_examples/README.md +++ b/_examples/README.md @@ -12,6 +12,7 @@ Here you can find a list of annotated _go-git_ examples: - [push](push/main.go) - Push repository to default remote (origin) - [checkout](checkout/main.go) - check out a specific commit from a repository - [tag](tag/main.go) - list/print repository tags +- [pull](pull/main.go) - pull changes from a remote repository ### Advanced - [custom_http](custom_http/main.go) - Replacing the HTTP client using a custom one - [storage](storage/README.md) - Implementing a custom storage system |