mirror of
https://github.com/jj-vcs/jj.git
synced 2026-07-08 02:00:44 +08:00
11 lines
417 B
TOML
11 lines
417 B
TOML
#:schema ../../../src/config-schema.json
|
|
|
|
# --when can be used at the top-level. This is useful when configuration is
|
|
# organized over several files.
|
|
--when.repositories = ["~/repos/employer"]
|
|
|
|
# This might be a file that represents all configuration that should apply to
|
|
# the set of repositories belonging to an employer. Setting a custom work email
|
|
# could be a common use case.
|
|
user.email = "myname@employer.com"
|