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 list of files that got changed ,author of the commit who have made the commit.