|
Hello, I am trying to execute a commit using
to suppress the message but it seems like it hangs. How can I fix it ? using GitPython v.3.1.18 |
Answered by
Byron
Aug 9, 2021
Replies: 1 comment 2 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
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.