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