In the past, git pull is doing git fetch and git merge.So it always have merge commit.
git pull
git fetch
git merge
But now I saw our team members, use \'git pu