From 2d3587fde08acb1a12f98026a714b42ffbaffd60 Mon Sep 17 00:00:00 2001 From: Johan Date: Mon, 21 Feb 2022 14:10:46 +0100 Subject: [PATCH] Uppdatera 'Git cheat sheet.md' --- Git cheat sheet.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Git cheat sheet.md b/Git cheat sheet.md index bdfdad7..18f7592 100644 --- a/Git cheat sheet.md +++ b/Git cheat sheet.md @@ -1,3 +1,5 @@ +# Git cheat sheet + #### Checka ut specifik commit git checkout {{sha}} @@ -42,7 +44,7 @@ git pull #### Aktivera Windows Credentials manager
git config --global credential.helper manager
-git config --list
+git config --list
#### Kontrollera användarinformation lagrad i Windows Credentials manager