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