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 blame在一个大文件上运行命令,并希望在文本文件中查看结果。
git blame
当然。在命令行上,只需将输出定向到您自己的文件,而不是STDOUT:
STDOUT
git blame source_file > blame_result_file
命令行重定向适用于任何打印到标准输出的命令:
混帐责备>输出.txt