-
-
Notifications
You must be signed in to change notification settings - Fork 954
-
Is it possible to prepend options to commands when using git directly? I want to prepend the "-c" option to the repo.git.commit()
command as in https://stackoverflow.com/a/19841177 but cannot find a solution so far.
Beta Was this translation helpful? Give feedback.
All reactions
Answered by
Byron
Dec 21, 2022
I don't think this is possible yet. As alternative, it should be possible to pass any amount of configuration flags via environment variables.
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.
All reactions
0 replies
Answer selected by
Byron
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment