Update documentation
This commit is contained in:
parent
d7014ee7eb
commit
d6c6a6dcf0
@ -15,6 +15,13 @@ git remote add origin {{URL to repo}}
|
||||
git push -u origin master
|
||||
git remote -v</code></pre>
|
||||
|
||||
Alternativt
|
||||
|
||||
<pre><code>git remote rm origin
|
||||
git remote add origin {{URL to repo}}
|
||||
git branch --set-upstream-to=origin/master
|
||||
git pull</code></pre>
|
||||
|
||||
#### Slå ihop flera repon ####
|
||||
Merge project-a into project-b:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user