Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions llvm/docs/GettingStarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
Loading