-
-
Notifications
You must be signed in to change notification settings - Fork 954
-
Some git commands for example git lfs smudge
can only read from STDIN. Is there a way to pass information to STDIN using the command wrapper of GitPython?
Beta Was this translation helpful? Give feedback.
All reactions
You should be able to use the istream
argument of the repo.git.execute(...)
method.
Even though I am closing this issue as question, please feel free to comment if this didn't work or if there are follow up questions.
Replies: 1 comment 1 reply
-
You should be able to use the istream
argument of the repo.git.execute(...)
method.
Even though I am closing this issue as question, please feel free to comment if this didn't work or if there are follow up questions.
Beta Was this translation helpful? Give feedback.
All reactions
-
I forgot to respond to the issue! Your suggestion worked. Thank you very much :)
Beta Was this translation helpful? Give feedback.