All Questions
2 questions
1
vote
1
answer
170
views
Identify the commits that were made in the last push
Is there a way to determine which commits that were pushed during the last push event using the GitPython library?
The only thing I've found is the ability to search for a commits made during some ...
6
votes
3
answers
13k
views
git push using python
I have local git repository. I am using python to commit the local repo using gitpython library. I want to push the commit to github. How can I do this using gitpython or any other library.
I looked ...