最佳答案
当我输入 git status
时,我看到:
T /path/to/file...
M /path/to/otherfile...
T
git status
到底是什么意思?
我尝试了 man git-status
(我认为它 应该在那里,但不是)。