I have a local branch tracking the remote/master branch. After running git-pull and git-log, the log will show all commits in the remote tracking b
git-pull
git-log
If you want only those commits which are done by you in a particular branch, use the below command.
git log branch_name --author='Dyaniyal'