libgit2 / pygit2

Python bindings for libgit2
https://www.pygit2.org/
Other
1.58k stars 382 forks source link

git_remote_create_detached in pygit2 #1158

Open KeurKeur opened 1 year ago

KeurKeur commented 1 year ago

Hi,

I searched everywhere and I didn't find the equivalent of git_remote_create_detached in pygit2... May I ask if it's not implemented (and, in this case, if there is a way to create a remote without a repo) or my eyes is messing with me ?

Thank you.