-
I've already read "Using git directly". The following seems to work. Is that the recommended way? a_repo.git.execute("git gc".split()) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
IPython is unable to see what's possible as these options are generated on the fly. Thus invoking Please feel free to keep commenting despite the issue being closed in case there is a follow up. |
Beta Was this translation helpful? Give feedback.
-
Ah. So what might the "split=true" be in yours? I did a string split in mine, because the |
Beta Was this translation helpful? Give feedback.
-
Great to hear. The argument was a mistake. |
Beta Was this translation helpful? Give feedback.
IPython is unable to see what's possible as these options are generated on the fly.
Thus invoking
a_repo.git.gc()
would be the idiomatic way to achieve that.Please feel free to keep commenting despite the issue being closed in case there is a follow up.