All Questions
1 question
0
votes
0
answers
226
views
Get diff git commit objects in gitpython on git fetch or pull
How can i get updated commits from remote to local branch when we call git pull or git fetch?
I need to know the list of commits that are updated on call of git.pull so that i will get to know the ...