Skip to content

Commit 394388b

Browse files
committed
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.
1 parent 82119f9 commit 394388b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ On your computer, follow these steps to setup a local repository for working on
5050
$ git clone https://github.com/YOUR_ACCOUNT/cloudstack-docs.git
5151
$ cd cloudstack-docs
5252
$ git remote add upstream https://github.com/apache/cloudstack-docs.git
53-
$ git checkout master
5453
$ git fetch upstream
54+
$ git checkout master
5555
$ git merge upstream/master
5656
5757

0 commit comments

Comments
 (0)