diff --git a/Git cheat sheet.md b/Git cheat sheet.md index ec5fc51..284acf9 100644 --- a/Git cheat sheet.md +++ b/Git cheat sheet.md @@ -23,6 +23,11 @@ git pull origin master git branch --set-upstream-to=origin/master git pull + +#### Förhindra Git push + +git remote set-url --push origin no-pushing + #### Slå ihop flera repon #### Merge project-a into project-b: