aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Yves Aillet <pyaillet@gmail.com>2020-05-18 11:06:36 +0200
committerPierre-Yves Aillet <pyaillet@gmail.com>2020-05-18 11:06:36 +0200
commit18a3f6436541b17b3d1706dff540e1ec13f2229f (patch)
tree5989736c7aeb73014359afb4ba6b542434202f24
parent199a7a321854ac368f4532e7e098f01cec2cc7c4 (diff)
downloadgo-git-18a3f6436541b17b3d1706dff540e1ec13f2229f.tar.gz
doc: add submodule to example index
-rw-r--r--_examples/README.md1
1 files changed, 1 insertions, 0 deletions
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