From ba94982f4d42ad434dcdf91094b5d69d44e9fd88 Mon Sep 17 00:00:00 2001 From: Liviu Costea Date: Sun, 31 May 2020 18:07:17 +0300 Subject: examples: tag, Add create and push new tag --- _examples/README.md | 1 + 1 file changed, 1 insertion(+) (limited to '_examples/README.md') 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. -- cgit