【发布时间】:2012-05-24 11:15:38
【问题描述】:
如何在不获取更改/提交的情况下获取远程日志?
我只想查看日志,如果自上次pull 以来有任何新更改。基本上避免必须先stash 或commit 我的更改。
git 帮助文件有这个例子,它以倒置的形式给出我想要的结果:
git log master --not --remotes=*/master
Shows all commits that are in local master but not in any remote repository master branches
【问题讨论】:
标签: git logging tortoisegit