-
Hi, is there a way to override jujutsu config options like with |
Beta Was this translation helpful? Give feedback.
Answered by
yuja
Sep 15, 2025
Replies: 1 comment 3 replies
-
I guess its not implemented #688 Should I open a new issue? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Perhaps,
GIT_CONFIG_VALUE_<N>
would work if you want to override the Git config, not Jujutsu config, but I haven't tested.https://git-scm.com/docs/git-config#Documentation/git-config.txt-GITCONFIGCOUNT
I don't think we'll add global
--git-config
arguments.