From d6c6a6dcf00f7680876d81a2866abe392bbe517f Mon Sep 17 00:00:00 2001 From: Johan Date: Thu, 28 Apr 2022 07:57:25 +0200 Subject: [PATCH] Update documentation --- Git cheat sheet.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Git cheat sheet.md b/Git cheat sheet.md index e9f4a7b..166f60a 100644 --- a/Git cheat sheet.md +++ b/Git cheat sheet.md @@ -15,6 +15,13 @@ git remote add origin {{URL to repo}} git push -u origin master git remote -v +Alternativt + +
git remote rm origin
+git remote add origin {{URL to repo}}
+git branch --set-upstream-to=origin/master
+git pull
+ #### SlÄ ihop flera repon #### Merge project-a into project-b: