Skip to content

Commit b374cfa

Browse files
committed
Merge pull request apache#12 from epretorious/master
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. * pr/12: 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. Signed-off-by: Rajani Karuturi <rajanikaruturi@gmail.com>
2 parents 82119f9 + 394388b commit b374cfa

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)