mirror of
https://github.com/litruv/Docs-Viewer.git
synced 2026-07-24 02:36:07 +10:00
Update README.md
This commit is contained in:
@@ -20,7 +20,10 @@ cd Docs-Viewer
|
|||||||
git remote add origin https://github.com/litruv/docstesting.git
|
git remote add origin https://github.com/litruv/docstesting.git
|
||||||
git remote rename origin upstream
|
git remote rename origin upstream
|
||||||
git push -u origin master
|
git push -u origin master
|
||||||
|
```
|
||||||
|
|
||||||
|
And then to update from this repo
|
||||||
|
```sh
|
||||||
git fetch upstream
|
git fetch upstream
|
||||||
git merge upstream/HEAD --no-ff
|
git merge upstream/HEAD --no-ff
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user