aboutsummaryrefslogtreecommitdiffstats
path: root/_examples/README.md
diff options
context:
space:
mode:
authorLiviu Costea <email.lcostea@gmail.com>2020-05-31 18:07:17 +0300
committerLiviu Costea <email.lcostea@gmail.com>2020-05-31 18:07:30 +0300
commitba94982f4d42ad434dcdf91094b5d69d44e9fd88 (patch)
treeb59c708cebc2e0585ac84dc4894c2d253979066f /_examples/README.md
parent8019144b6534ff58ad234a355e5b143f1c99b45e (diff)
downloadgo-git-ba94982f4d42ad434dcdf91094b5d69d44e9fd88.tar.gz
examples: tag, Add create and push new tag
Diffstat (limited to '_examples/README.md')
-rw-r--r--_examples/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/_examples/README.md b/_examples/README.md
index 1d82fbd..80d4dd5 100644
--- a/_examples/README.md
+++ b/_examples/README.md
@@ -17,6 +17,7 @@ Here you can find a list of annotated _go-git_ examples:
- [log](log/main.go) - Emulate `git log` command output iterating all the commit history from HEAD reference.
- [branch](branch/main.go) - How to create and remove branches or any other kind of reference.
- [tag](tag/main.go) - List/print repository tags.
+- [tag create and push](tag-create-push/main.go) - Create and push a new tag.
- [remotes](remotes/main.go) - Working with remotes: adding, removing, etc.
- [progress](progress/main.go) - Printing the progress information from the sideband.
- [revision](revision/main.go) - Solve a revision into a commit.