diff options
Diffstat (limited to '_examples')
-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 |