summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/contributing/documentation.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/contributing/documentation.rst b/docs/contributing/documentation.rst
index 7d8ebba2..ba7407e4 100644
--- a/docs/contributing/documentation.rst
+++ b/docs/contributing/documentation.rst
@@ -78,7 +78,7 @@ This requires you already have a GitHub account.
origin https://github.com/YOUR_USERNAME/vyos-documentation.git (fetch)
origin https://github.com/YOUR_USERNAME/vyos.documentation.git (push)
upstream https://github.com/vyos/vyos-documentation.git (fetch)
- upstream https://github.com/vyos/vyos-documentation.git (push)``
+ upstream https://github.com/vyos/vyos-documentation.git (push)
Your remote repo on Github is called Origin, while the original repo you
have forked is called Upstream. Now you can locally update your forked repo.
@@ -87,7 +87,7 @@ This requires you already have a GitHub account.
$ git fetch upstream
$ git checkout master
- $ git merge upstream/master``
+ $ git merge upstream/master
If you want to update your fork on GitHub, too use the following:
``$ git push origin master``