From 33afaa51022b6e9295403c86c1239ff0e8795cd9 Mon Sep 17 00:00:00 2001 From: Johan Date: Thu, 28 Apr 2022 07:59:50 +0200 Subject: [PATCH] Update documentation --- Git cheat sheet.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Git cheat sheet.md b/Git cheat sheet.md index 166f60a..7ca3b5f 100644 --- a/Git cheat sheet.md +++ b/Git cheat sheet.md @@ -19,6 +19,7 @@ Alternativt
git remote rm origin
 git remote add origin {{URL to repo}}
+git pull origin master
 git branch --set-upstream-to=origin/master
 git pull