[docs] Fix enumeration in GettingStarted.rst (#96684)

This commit is contained in:
Ivan Dzuhan 2025-10-05 14:14:28 +03:00 committed by GitHub
parent 1d01a84739
commit 2ef3771175
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,10 +46,10 @@ Getting the Source Code and Building LLVM
stacked pull requests and reverts), you can filter them from your
`git fetch` (or `git pull`) with this configuration:
.. code-block:: console
git config --add remote.origin.fetch '^refs/heads/users/*'
git config --add remote.origin.fetch '^refs/heads/revert-*'
.. code-block:: console
git config --add remote.origin.fetch '^refs/heads/users/*'
git config --add remote.origin.fetch '^refs/heads/revert-*'
#. Configure and build LLVM and Clang: