All Questions
1 question
1
vote
0
answers
386
views
use GitPython on remote machine
Using GitPython locally is peace of cake, I need clone, pull, commit git repository on remote machine.
I know I can wrap bash/git commands with paramiko, but I need find out if there is any way to do ...