diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2017-04-06 22:32:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-06 22:32:08 +0200 |
commit | c34356d70ec011b8fe3a18bd60ce8234541358f7 (patch) | |
tree | 091972513babd4beca29d0318058facb678e5d1c /_examples/README.md | |
parent | 8ede7794a674fd890147f81201e25ecb517046f0 (diff) | |
parent | e0b296d0d0d235ad848cce7bc19130505c33d97b (diff) | |
download | go-git-c34356d70ec011b8fe3a18bd60ce8234541358f7.tar.gz |
Merge pull request #331 from marwan-at-work/examples
add git checkout example + housekeeping
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 d6f3e55..9473a06 100644 --- a/_examples/README.md +++ b/_examples/README.md @@ -10,6 +10,7 @@ Here you can find a list of annotated _go-git_ examples: - [remotes](remotes/main.go) - Working with remotes: adding, removing, etc - [progress](progress/main.go) - Printing the progress information from the sideband - [push](push/main.go) - Push repository to default remote (origin) +- [checkout](checkout/main.go) - check out a specific commit from a 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 |