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.
我更愿意在 Kaleidoscope 中查看待处理的 github 拉取请求的内容,而不是 github UI。有没有办法做到这一点?
如果您的 PR 来自同一 repo 上的不同分支,我发现的一种解决方案是拉下分支,然后运行以下命令 git difftool master..branch_name
git difftool master..branch_name