Replies
In order to execute git in the correct repository you would probably do it as described here. If that doesn't resolve the problem it's possible to debug the git invocations as well. |
2 replies
Answer selected by Byron
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Insert Link
Translated from {{ originalLanguageInEnglish }}
Beta Was this translation helpful? Give Feedback
Beta 이 번역이 도움이 되셨나요? 피드백 제공
Beta Esta tradução foi útil? Dê sua opinião
Hello,
I am trying to execute a commit using
git.execute(["git","commit","--quiet"])
to suppress the message but it seems like it hangs. How can I fix it ?
using GitPython v.3.1.18