File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,13 @@ 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
+ Note: this is particularly necessary if using [Graphite](https://app.graphite.dev/).
27
+ To make sure Graphite creates branches following the above pattern, use `gt config `
28
+ then `Branch naming settings ` and `Set a prefix for branch names `. Include the last
29
+ `/ `. Otherwise Graphite will fail to `gt submit `. If that happens, a simple way to
30
+ unblock is to rename (`git -m <old name> <new name> `), and then checkout the branch
31
+ and `gt track `.
32
+
26
33
Pull Requests
27
34
=============
28
35
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