diff options
author | Ori Rawlings <orirawlings@gmail.com> | 2017-07-15 10:17:50 -0500 |
---|---|---|
committer | Ori Rawlings <orirawlings@gmail.com> | 2017-07-17 08:55:25 -0500 |
commit | 484ccbfa5f9233a8e0b234c4cb14a05eb2d81aee (patch) | |
tree | 74488f8d59e3eddef0d4d3ea7c33ace08a922ae7 /_examples/README.md | |
parent | d3c7400c39f86a4c59340c7a9cda8497186e00fc (diff) | |
download | go-git-484ccbfa5f9233a8e0b234c4cb14a05eb2d81aee.tar.gz |
Add example code for listing tags
Diffstat (limited to '_examples/README.md')
-rw-r--r-- | _examples/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/_examples/README.md b/_examples/README.md index 9473a06..2e7d514 100644 --- a/_examples/README.md +++ b/_examples/README.md @@ -10,7 +10,8 @@ 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. +- [checkout](checkout/main.go) - check out a specific commit from a repository +- [tag](tag/main.go) - list/print repository tags ### Advanced - [custom_http](custom_http/main.go) - Replacing the HTTP client using a custom one - [storage](storage/README.md) - Implementing a custom storage system |