All Questions
1 question
1
vote
1
answer
3k
views
How can I use gitpython to run 'git pull alias_name master' where alias_name is a custom alias?
I am relatively new to Python and am attempting to use GitPython to pull changes down from a remote repository to its local counterpart that has already been cloned.
Outside of the script, running '...