File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,23 @@ intended to be able to support "stacked" pull-request. Do not create any branche
23
23
llvm/llvm-project repository otherwise, please use a fork (see below). User branches that
24
24
aren't associated with a pull-request **will be deleted **.
25
25
26
+ Using Graphite for stacked Pull Requests
27
+ ========================================
28
+
29
+ [Graphite](https://app.graphite.dev/) is a stacked pull request tool supported
30
+ by the LLVM repo (the other being [reviewable.io](https://reviewable.io)).
31
+
32
+ Graphite will want to create branches under `llvm/llvm-project ` rather than your
33
+ private fork, so the guidance above is critical, otherwise it will fail to
34
+ `gt submit ` (i.e. publish your PRs for review)
35
+
36
+ Use `gt config ` then `Branch naming settings ` and `Set a prefix for branch names `.
37
+ Include the last `/ `.
38
+
39
+ If you didn't do the above and Graphite created non-prefixed branches, a simple way to
40
+ unblock is to rename (`git -m <old name> <new name> `), and then checkout the branch
41
+ and `gt track `.
42
+
26
43
Pull Requests
27
44
=============
28
45
The LLVM project is using GitHub Pull Requests for Code Reviews. This document
You can’t perform that action at this time.
0 commit comments