I have a bare structure of my project. In few words, from local machine I make a push with some commit, go to main server and using pull
take all changes.
I always do git status
before pulling. And I always have a picture something like this:
On branch 6.0-rfc
Your branch is behind 'origin/6.0-rfc ' by 5 commits, and can be fast-forwarded.
(use "git pull" to update your local branch)
And I do git pull
and everything is ok.
But, how can I view this 5 commits, for example, who made them, what files were changed and so on?