I am doing to the project and need , show all events ( pull , push , meges) in a branch in local directory.
My problem , in my project modified any files and know , if i execute any pull or action , what can modified the project .
I try whit :
git fetch && git log origin <branch>
and this ,
git log --graph --oneline --all
but , i need any more detailed.