8000 _examples: README.md , Remove broken Config link. by pat-nel87 · Pull Request #692 · go-git/go-git · GitHub
[go: up one dir, main page]

Skip to content

_examples: README.md , Remove broken Config link. #692

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
_examples: README.md , Remove broken Config link.
This link is broken and doesn't appear to map to anything current. 
I propose We remove this link.
  • Loading branch information
pat-nel87 authored Feb 28, 2023
commit 1162350e2dea30b4a60958ab27eb50f749451834
1 change: 0 additions & 1 deletion _examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
0