git pull 等价于 git fetch + git merge <远程分支>

    image.png

    git fetch
    git merge o/main
    image.png

    git pull
    image.png
    同样的结果