From 5ffd99b588b4e9cef899751acd0ba1f0c80f7b59 Mon Sep 17 00:00:00 2001 From: Francesco Borzì Date: Thu, 31 Dec 2020 23:24:03 +0100 Subject: docs(how-to-create-a-PR): add SSH in FAQs (#319) --- docs/How-to-create-a-PR.md | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- cgit