Skip to main content

All Questions

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 ...
user3242205's user avatar