Skip to content

Commit cb9375b

Browse files
committed
Encountered an error when following the steps for contribution. Updated the contribution overview to reflect how to avoid that error when transitioning between steps 3 and 4 in Your First Documentation Contribution
1 parent 1934b5c commit cb9375b

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

contributing/documentation/overview.rst

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -112,20 +112,6 @@ Fetch the upstream branch list.
112112
.. code-block:: bash
113113
114114
$ git fetch upstream
115-
From https://github.com/symfony/symfony-docs
116-
* [new branch] 2.0 -> upstream/2.0
117-
* [new branch] 2.1 -> upstream/2.1
118-
* [new branch] 2.2 -> upstream/2.2
119-
* [new branch] 2.3 -> upstream/2.3
120-
* [new branch] 2.4 -> upstream/2.4
121-
* [new branch] 2.5 -> upstream/2.5
122-
* [new branch] 2.6 -> upstream/2.6
123-
* [new branch] 2.7 -> upstream/2.7
124-
* [new branch] 2.8 -> upstream/2.8
125-
* [new branch] 3.0 -> upstream/3.0
126-
* [new branch] 3.1 -> upstream/3.1
127-
* [new branch] master -> upstream/master
128-
129115
130116
The purpose of this step is to allow you work simultaneously on the official
131117
Symfony repository and on your own fork. You'll see this in action in a moment.

0 commit comments

Comments
 (0)