File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,7 @@ GitHub Tools
42
42
You can interact with GitHub in several ways: via git command line tools,
43
43
the web browser, `GitHub Desktop <https://desktop.github.com/ >`_, or the
44
44
`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.
47
46
48
47
Creating Pull Requests
49
48
----------------------
@@ -219,10 +218,11 @@ commonly used first:
219
218
Branches
220
219
========
221
220
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 **.
226
226
227
227
Stacked Pull Requests
228
228
=====================
You can’t perform that action at this time.
0 commit comments