diff options
| author | Francesco Borzì <borzifrancesco@gmail.com> | 2020-12-31 23:24:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-31 23:24:03 +0100 |
| commit | 5ffd99b588b4e9cef899751acd0ba1f0c80f7b59 (patch) | |
| tree | 72eed068a15fb5c71241eb007b27e8d35b8cf27a | |
| parent | f66ec3c5850e281312e36aa21bf029d7128dbbc4 (diff) | |
| download | wiki-5ffd99b588b4e9cef899751acd0ba1f0c80f7b59.tar.gz wiki-5ffd99b588b4e9cef899751acd0ba1f0c80f7b59.tar.bz2 wiki-5ffd99b588b4e9cef899751acd0ba1f0c80f7b59.zip | |
docs(how-to-create-a-PR): add SSH in FAQs (#319)
| -rw-r--r-- | docs/How-to-create-a-PR.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/How-to-create-a-PR.md b/docs/How-to-create-a-PR.md index cde4fd8..ef837eb 100644 --- a/docs/How-to-create-a-PR.md +++ b/docs/How-to-create-a-PR.md @@ -218,3 +218,9 @@ https://github.com/robbyrussell/oh-my-zsh But any linux/mac terminal is ok too. If you are so unlucky to be on windows, use [git bash](https://git-scm.com/downloads). + +### Do I have to re-authenticated every time I use git push? + +You can clone your own fork using SSH instead of HTTPS and then follow [this guide](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account) to set the SSH keys. + +This way you can use `git push` without typing your password over and over. |
