aboutsummaryrefslogtreecommitdiffstats
path: root/_examples/README.md
diff options
context:
space:
mode:
authorfatelei <fatelei@gmail.com>2020-08-02 12:21:36 +0800
committerfatelei <fatelei@gmail.com>2020-08-22 17:11:16 +0800
commit0518e8de71e33311f8dc8da7b7e684ec786eb27b (patch)
treed1301a11411008dca8803a21e09e047d24e363ea /_examples/README.md
parentcded5b685b8a8032605c5704c567c6340dc3953a (diff)
downloadgo-git-0518e8de71e33311f8dc8da7b7e684ec786eb27b.tar.gz
chore: add an exmaple: clone with ssh
Diffstat (limited to '_examples/README.md')
-rw-r--r--_examples/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/_examples/README.md b/_examples/README.md
index 80d4dd5..92b9d4d 100644
--- a/_examples/README.md
+++ b/_examples/README.md
@@ -10,6 +10,7 @@ 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.
- [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.