Repository: cloudstack-docs Updated Branches: refs/heads/master 82119f92f -> b374cfae9
Based on my conversation with the user terbolous in #cloudstack: Changed the sequence of operations in the section "Initial setup of your fork" to move the two commands related to the upstream repository together. Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/commit/394388bb Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/tree/394388bb Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/diff/394388bb Branch: refs/heads/master Commit: 394388bb47469de416c00cfe7cfa1cf599b238d6 Parents: 82119f9 Author: Eric Pretorious <[email protected]> Authored: Fri Oct 23 06:27:28 2015 -0700 Committer: Eric Pretorious <[email protected]> Committed: Fri Oct 23 06:27:28 2015 -0700 ---------------------------------------------------------------------- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/394388bb/README.rst ---------------------------------------------------------------------- diff --git a/README.rst b/README.rst index cbd6b54..619e9dd 100644 --- a/README.rst +++ b/README.rst @@ -50,8 +50,8 @@ On your computer, follow these steps to setup a local repository for working on $ git clone https://github.com/YOUR_ACCOUNT/cloudstack-docs.git $ cd cloudstack-docs $ git remote add upstream https://github.com/apache/cloudstack-docs.git - $ git checkout master $ git fetch upstream + $ git checkout master $ git merge upstream/master
