1 将远程分支的commit fetch到本地
git fetch
2 查看远程分支的log
git log <remote-branch>
转载于:https://www.cnblogs.com/hustdc/p/6464051.html