例如,在Git中,当我运行git status
时,我查看工作目录中是否有未跟踪的文件。
如何检查darcs是否存在未跟踪的文件?
(我正在使用darcs-2.1.2。)
最佳答案
darcs whatsnew
(可以缩写为darcs wh
或darcs wha
)等效于git diff
(不过请记住,darcs没有Git索引的概念)。darcs whatsnew -ls
(与--look-for-adds --summary
相同)更接近git status
,从而概述了工作目录中的更改:
helm:myproj oleg$ darcs wha -ls
M ./basicmodule.py -2 +1
A ./newfile.py
a ./temp.txt