We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d01a84 commit 2ef3771Copy full SHA for 2ef3771
llvm/docs/GettingStarted.rst
@@ -46,10 +46,10 @@ Getting the Source Code and Building LLVM
46
stacked pull requests and reverts), you can filter them from your
47
`git fetch` (or `git pull`) with this configuration:
48
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-*'
+ .. code-block:: console
+
+ git config --add remote.origin.fetch '^refs/heads/users/*'
+ git config --add remote.origin.fetch '^refs/heads/revert-*'
53
54
#. Configure and build LLVM and Clang:
55
0 commit comments