mirror of
https://github.com/jj-vcs/jj.git
synced 2025-12-23 06:01:01 +00:00
10 lines
417 B
TOML
10 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"
|