diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-11-19 20:38:09 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-11-19 20:38:41 +0100 |
commit | db7ece47f00cd0edaf4b2a8b87c6b7cdc6056f56 (patch) | |
tree | b36658181e2839528e186fcb19949de4855a06bc | |
parent | 3d41ffe40ee294cc2ecfcbec743a3e82bdcee556 (diff) | |
download | vyos-documentation-db7ece47f00cd0edaf4b2a8b87c6b7cdc6056f56.tar.gz vyos-documentation-db7ece47f00cd0edaf4b2a8b87c6b7cdc6056f56.zip |
contribution: fix code-block in documentation
-rw-r--r-- | docs/contributing/documentation.rst | 4 |
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`` |