aboutsummaryrefslogtreecommitdiffstats
path: root/_examples/README.md
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2020-05-19 00:03:46 +0200
committerGitHub <noreply@github.com>2020-05-19 00:03:46 +0200
commit838eb2979f6085fc0e5bc8856e7f1944a455a970 (patch)
treed6aef02848e662cbe35ef852532ca4536d0db56f /_examples/README.md
parent392a78f88aef72419b81e168e93e46bd0784b423 (diff)
parent18a3f6436541b17b3d1706dff540e1ec13f2229f (diff)
downloadgo-git-838eb2979f6085fc0e5bc8856e7f1944a455a970.tar.gz
Merge pull request #63 from pyaillet/doc/submodule-update-example
_examples: submodule, adding an example with submodule update
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 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