From 0518e8de71e33311f8dc8da7b7e684ec786eb27b Mon Sep 17 00:00:00 2001 From: fatelei Date: Sun, 2 Aug 2020 12:21:36 +0800 Subject: chore: add an exmaple: clone with ssh --- _examples/README.md | 1 + 1 file changed, 1 insertion(+) (limited to '_examples/README.md') 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. -- cgit