如何捕获git的日志fsck——full——verbose



如何在日志文件中捕获git fsck --full --verbose的输出?

I tried with

git fsck --full --verbose > log

git fsck --full --verbose | tee log

但是都不适合我。我该怎么办?

这个问题通过从csh切换到bash得到了解决。

最新更新