diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst index 4777cdebc6f4a..bdb318df9f1d4 100644 --- a/llvm/docs/GettingStarted.rst +++ b/llvm/docs/GettingStarted.rst @@ -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: