我怎样才能获取远程日志没有得到修改/提交?
我只希望查看日志,如果有比我上次什么新的变化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