How to mirror a git repository without the pull refs #1173
-
Hello, When i clone a GitHub project i get the list of pull request (git.reference). It's possible to do the same with gitpython Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The easiest way to go about this would probably be to use GitPython as easier way to execute git commands. That way, git commands you know apply directly without having to think about how to do it with GitPythons own abstractions. Even though I close this issue, please feel free to keep commenting for follow ups. |
Beta Was this translation helpful? Give feedback.
The easiest way to go about this would probably be to use GitPython as easier way to execute git commands. That way, git commands you know apply directly without having to think about how to do it with GitPythons own abstractions.
Even though I close this issue, please feel free to keep commenting for follow ups.