diff options
author | GRINISH NEPAL <GRINISH.NEPAL@aexp.com> | 2024-02-04 13:58:51 -0700 |
---|---|---|
committer | GRINISH NEPAL <GRINISH.NEPAL@aexp.com> | 2024-02-04 13:58:51 -0700 |
commit | 6efc9122b5370ab80a6408d893081fff74558b85 (patch) | |
tree | 412c10e224248e2b200862b59e6f4e2972ac96eb /_examples/README.md | |
parent | 03a57f8f5179a990083e8b9c2c9e40854ae402ea (diff) | |
download | go-git-6efc9122b5370ab80a6408d893081fff74558b85.tar.gz |
_example: fix 404 link and added ssh-agent clone link
Diffstat (limited to '_examples/README.md')
-rw-r--r-- | _examples/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/_examples/README.md b/_examples/README.md index 46f1fb0..8097f09 100644 --- a/_examples/README.md +++ b/_examples/README.md @@ -10,7 +10,8 @@ Here you can find a list of annotated _go-git_ examples: using a username and password. - [personal access token](clone/auth/basic/access_token/main.go) - Cloning a repository using a GitHub personal access token. - - [ssh private key](clone/auth/ssh/main.go) - Cloning a repository using a ssh private key. + - [ssh private key](clone/auth/ssh/private_key/main.go) - Cloning a repository using a ssh private key. + - [ssh agent](clone/auth/ssh/ssh_agent/main.go) - Cloning a repository using ssh-agent. - [commit](commit/main.go) - Commit changes to the current branch to an existent repository. - [push](push/main.go) - Push repository to default remote (origin). - [pull](pull/main.go) - Pull changes from a remote repository. |