Update documentation

This commit is contained in:
Johan 2022-04-28 07:57:25 +02:00
parent d7014ee7eb
commit d6c6a6dcf0

View File

@ -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: