forked from mirrors/jj
docs: describe push.branch-prefix
This commit is contained in:
parent
0b9d23c3ad
commit
bf2af12b3b
1 changed files with 8 additions and 0 deletions
|
@ -463,6 +463,14 @@ branches. Since the local branch isn't created, the remote branch will be
|
|||
deleted if you push the branch with `jj git push --branch` or `jj git push
|
||||
--all`.
|
||||
|
||||
### Prefix for generated branches on push
|
||||
|
||||
`jj git push --change` generates branch names with a prefix of "push-" by
|
||||
default. You can pick a different prefix by setting `push.branch-prefix`. For
|
||||
example:
|
||||
|
||||
push.branch-prefix = "martinvonz/push-"
|
||||
|
||||
## Filesystem monitor
|
||||
|
||||
In large repositories, it may be beneficial to use a "filesystem monitor" to
|
||||
|
|
Loading…
Reference in a new issue