forked from Workshops/How-To-Git-Started
Add ssh key link
This commit is contained in:
parent
068f0c65da
commit
d470d72624
@ -107,7 +107,7 @@ If you want to save your https credentials run
|
|||||||
git config --global credential.helper store
|
git config --global credential.helper store
|
||||||
Omit --global to set the identity only in this repository.
|
Omit --global to set the identity only in this repository.
|
||||||
```
|
```
|
||||||
Or you can add an SSH key
|
Or you can add an [SSH key](https://help.github.com/en/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account)
|
||||||
|
|
||||||
## Saving changes
|
## Saving changes
|
||||||
See changes that have been made
|
See changes that have been made
|
||||||
|
Loading…
Reference in New Issue
Block a user