All Questions
1 question
4
votes
2
answers
6k
views
how to pull, push with remote branch
I'm trying to automate a change process which currently creates source code that gets manually pushed to Git. I'm trying to wrap that code using GitPython:
from git import *
# create the local repo
...