I would like to create a new reference that is not a tag nor a branch, in the same way git update-ref
would:
git update-ref refs/pull/201/head ac8d616ea3598e49935908e5685e72038a37cd8f
How can I do that with GitPython ? I found TagReference.create to create a tag and I probably need a similar.