diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2023-03-01 10:52:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-01 10:52:12 +0100 |
commit | 33191675258742efde66645371e7b72a0c64b24e (patch) | |
tree | c6a4715c1c5cc3f41d74d91ebc72b835d1008a20 | |
parent | b826c51299a84a2a6b191e98172b57b2a53fcf60 (diff) | |
parent | 1162350e2dea30b4a60958ab27eb50f749451834 (diff) | |
download | go-git-33191675258742efde66645371e7b72a0c64b24e.tar.gz |
Merge pull request #692 from pat-nel87/master
_examples: README.md , Remove broken Config link.
-rw-r--r-- | _examples/README.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/_examples/README.md b/_examples/README.md index 3a4c539..1f150f9 100644 --- a/_examples/README.md +++ b/_examples/README.md @@ -23,7 +23,6 @@ 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. -- [config](config/main.go) - Explains how to work with config files. - [submodule](submodule/main.go) - Submodule update remote. ### Advanced |