From a625e715288cbeb8a83e5f518298782b0ace469c Mon Sep 17 00:00:00 2001 From: Johan Date: Fri, 11 Nov 2022 07:56:08 +0100 Subject: [PATCH] Update Git cheat sheet --- Git cheat sheet.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Git cheat sheet.md b/Git cheat sheet.md index 3378d62..404acaa 100644 --- a/Git cheat sheet.md +++ b/Git cheat sheet.md @@ -65,8 +65,17 @@ Eller för en hel katalog (rekursivt) ## Autentisering +#### Skapa ny privat SSH nyckel + +ssh-keygen -t rsa -b 4096 + +Alternativt lägg till -C "<user@domain.com>" + #### Aktivera Windows Credentials manager +
git config --global credential.helper manager
 git config --list
+ #### Kontrollera användarinformation lagrad i Windows Credentials manager + rundll32.exe keymgr.dll,KRShowKeyMgr \ No newline at end of file