File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments