How to mirror a git repository without the pull refs #1173
Answered
by
Byron
sylvainmouquet
asked this question in
Q&A
|
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 |
Answered by
Byron
Nov 26, 2020
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. |
0 replies
Answer selected by
Byron
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to 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.