File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,7 @@ GitHub Tools
4242You can interact with GitHub in several ways: via git command line tools,
4343the web browser, `GitHub Desktop <https://desktop.github.com/ >`_, or the
4444`GitHub CLI <https://cli.github.com >`_. This guide will cover the git command line
45- tools and the GitHub CLI. The GitHub CLI (`gh `) will be most like the `arc ` workflow and
46- recommended.
45+ tools and the GitHub CLI.
4746
4847Creating Pull Requests
4948----------------------
@@ -219,10 +218,11 @@ commonly used first:
219218Branches
220219========
221220
222- It is possible to create branches that start with `users/<username>/ `, however this is
223- intended to be able to support "stacked" pull-request. Do not create any branches in the
224- llvm/llvm-project repository otherwise, please use a fork (see above). User branches that
225- aren't associated with a pull-request **will be deleted **.
221+ It is possible to create branches in `llvm/llvm-project/ ` that start with
222+ `users/<username>/ `, however this is intended to be able to support "stacked"
223+ pull-request. Do not create any branches in the `llvm/llvm-project ` repository
224+ otherwise, please use a fork (see above). User branches that aren't
225+ associated with a pull-request **will be deleted **.
226226
227227Stacked Pull Requests
228228=====================
You can’t perform that action at this time.
0 commit comments