Skip to content

Commit 730ae4d

Browse files
authored
Merge pull request #1022 from grinish21/doc/404-link
_example: fix 404 link and added ssh-agent clone link
2 parents 03a57f8 + 6efc912 commit 730ae4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_examples/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Here you can find a list of annotated _go-git_ examples:
1010
using a username and password.
1111
- [personal access token](clone/auth/basic/access_token/main.go) - Cloning
1212
a repository using a GitHub personal access token.
13-
- [ssh private key](clone/auth/ssh/main.go) - Cloning a repository using a ssh private key.
13+
- [ssh private key](clone/auth/ssh/private_key/main.go) - Cloning a repository using a ssh private key.
14+
- [ssh agent](clone/auth/ssh/ssh_agent/main.go) - Cloning a repository using ssh-agent.
1415
- [commit](commit/main.go) - Commit changes to the current branch to an existent repository.
1516
- [push](push/main.go) - Push repository to default remote (origin).
1617
- [pull](pull/main.go) - Pull changes from a remote repository.

0 commit comments

Comments
 (0)