aboutsummaryrefslogtreecommitdiffstats
path: root/_examples/README.md
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2023-03-01 10:52:12 +0100
committerGitHub <noreply@github.com>2023-03-01 10:52:12 +0100
commit33191675258742efde66645371e7b72a0c64b24e (patch)
treec6a4715c1c5cc3f41d74d91ebc72b835d1008a20 /_examples/README.md
parentb826c51299a84a2a6b191e98172b57b2a53fcf60 (diff)
parent1162350e2dea30b4a60958ab27eb50f749451834 (diff)
downloadgo-git-33191675258742efde66645371e7b72a0c64b24e.tar.gz
Merge pull request #692 from pat-nel87/master
_examples: README.md , Remove broken Config link.
Diffstat (limited to '_examples/README.md')
-rw-r--r--_examples/README.md1
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