Skip to content

Commit b09daa4

Browse files
[llvm][docs] 2 small fixes to GitHub guide (llvm#134620)
1. `arc` is long gone, no need to mention it. 2. Say exactly where user branches can be made.
1 parent c75eac7 commit b09daa4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

llvm/docs/GitHub.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ GitHub Tools
4242
You can interact with GitHub in several ways: via git command line tools,
4343
the 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

4847
Creating Pull Requests
4948
----------------------
@@ -219,10 +218,11 @@ commonly used first:
219218
Branches
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

227227
Stacked Pull Requests
228228
=====================

0 commit comments

Comments
 (0)