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 it with GitPython objects, maybe with help another python2.7 library.