Update Git cheat sheet
This commit is contained in:
parent
0f82cc6b9f
commit
2c33ad6042
@ -23,6 +23,11 @@ git pull origin master
|
||||
git branch --set-upstream-to=origin/master
|
||||
git pull</code></pre>
|
||||
|
||||
|
||||
#### Förhindra Git push
|
||||
|
||||
<code>git remote set-url --push origin no-pushing</code>
|
||||
|
||||
#### Slå ihop flera repon ####
|
||||
Merge project-a into project-b:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user