mirror of
https://github.com/jj-vcs/jj.git
synced 2025-12-23 06:01:01 +00:00
Someone asked this on Discord, and it's useful if the bookmark name should include e.g. issue number (which can be extracted from commit description.)
11 lines
293 B
TOML
11 lines
293 B
TOML
#:schema ../../../src/config-schema.json
|
|
[git]
|
|
auto-local-bookmark = true
|
|
abandon-unreachable-commits = false
|
|
push-new-bookmarks = true
|
|
fetch = ["origin", "fork"]
|
|
push = "fork"
|
|
sign-on-push = true
|
|
subprocess = false
|
|
write-change-id-header = true
|
|
executable-path = "/home/linus/.local/bin/git"
|