Hello,
When i clone a GitHub project i get the list of pull request (git.reference).
I would like push only branches and tags but not pull request.
Example with git is present here : https://christoph.ruegg.name/blog/git-howto-mirror-a-github-repository-without-pull-refs.html
It's possible to do the same with gitpython
Thanks