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: