Skip to content

Commit 2ef3771

Browse files
authored
[docs] Fix enumeration in GettingStarted.rst (llvm#96684)
1 parent 1d01a84 commit 2ef3771

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/docs/GettingStarted.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ Getting the Source Code and Building LLVM
4646
stacked pull requests and reverts), you can filter them from your
4747
`git fetch` (or `git pull`) with this configuration:
4848

49-
.. code-block:: console
50-
51-
git config --add remote.origin.fetch '^refs/heads/users/*'
52-
git config --add remote.origin.fetch '^refs/heads/revert-*'
49+
.. code-block:: console
50+
51+
git config --add remote.origin.fetch '^refs/heads/users/*'
52+
git config --add remote.origin.fetch '^refs/heads/revert-*'
5353
5454
#. Configure and build LLVM and Clang:
5555

0 commit comments

Comments
 (0)