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.
如果执行一些会显示大量文本的命令,滚动页面后文本会变得混乱,有什么办法可以避免这种情况?
我不想要 cygwin 解决方案,git bash 中的颜色使用起来更舒服,像 gitk 这样的工具也很棒,如果没有解决方案,在 Windows 基础操作系统上通过命令 gui 使用 git 命令的最佳环境是什么。
(来源:i.imm.io)
正如我在这个问题中提到的,这可能是寻呼机问题:
尝试一个:
git --no-pager diff --color=always HEAD~1 -- yourFile | less -R