-
Is it possible to prepend options to commands when using git directly? I want to prepend the "-c" option to the |
Beta Was this translation helpful? Give feedback.
Answered by
Byron
Dec 21, 2022
Replies: 1 comment
-
I don't think this is possible yet. As alternative, it should be possible to pass any amount of configuration flags via environment variables. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Byron
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't think this is possible yet. As alternative, it should be possible to pass any amount of configuration flags via environment variables.