From 18a3f6436541b17b3d1706dff540e1ec13f2229f Mon Sep 17 00:00:00 2001 From: Pierre-Yves Aillet Date: Mon, 18 May 2020 11:06:36 +0200 Subject: doc: add submodule to example index --- _examples/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_examples/README.md b/_examples/README.md index cf9c2d3..6c17941 100644 --- a/_examples/README.md +++ b/_examples/README.md @@ -20,6 +20,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 - [revision](revision/main.go) - Solve a revision into a commit +- [submodule](submodule/main.go) - Submodule update remote ### Advanced - [custom_http](custom_http/main.go) - Replacing the HTTP client using a custom one -- cgit