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 gui 命令行在repo 的主分支上启动 gitk ?我查看了文档,似乎唯一可行的方法是在 repo 上打开浏览器,而不是显示历史记录。
有什么线索吗?谢谢
大概您的意思是git gui gitk应该在当前分支的当前存储库中启动 gitk 程序。git-gui 不提供,但您当然可以gitk在命令行上输入并启动 gitk 本身,它会显示当前的分支历史记录。如果您使用gitk &的是 unix 样式的 shell 并希望它与控制台断开连接,请使用此选项。
git gui gitk
gitk
gitk &