查看远程分支的log

1 将远程分支的commit fetch到本地

git fetch

2 查看远程分支的log

git log <remote-branch>

原文地址:https://www.cnblogs.com/hustdc/p/6464051.html