Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在git log --graph我做了git pull最后一次之后,我看到提交被推送到远程源:
git log --graph
git pull
在tig我没有看到这些提交:
tig
是否有一些标志或配置我想在 tig 中看到这个?
尝试--all使用 tig。
--all
--all在不显示本地分支的情况下运行它。要同时查看远程分支,您必须使用该--all选项。