All Questions
1 question
1
vote
1
answer
2k
views
How to use GitPython to perform "git push" when using SSH Keys?
I am trying to write a Python Controller, which would help me automate Git -usage. I've gotten all other commands to work - but I am having difficulties with git push equivalent, when using GitPython ...