diff options
author | Pierre-Yves Aillet <pyaillet@gmail.com> | 2020-05-18 11:06:36 +0200 |
---|---|---|
committer | Pierre-Yves Aillet <pyaillet@gmail.com> | 2020-05-18 11:06:36 +0200 |
commit | 18a3f6436541b17b3d1706dff540e1ec13f2229f (patch) | |
tree | 5989736c7aeb73014359afb4ba6b542434202f24 /_examples/README.md | |
parent | 199a7a321854ac368f4532e7e098f01cec2cc7c4 (diff) | |
download | go-git-18a3f6436541b17b3d1706dff540e1ec13f2229f.tar.gz |
doc: add submodule to example index
Diffstat (limited to '_examples/README.md')
-rw-r--r-- | _examples/README.md | 1 |
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 |