Ty (文件夹)-文件夹下至少有一个文件是脏的;
意味着它在工作树中的更改既不在
index nor in the repository.
跟踪的 -资源已知于
未跟踪的 Git 存储库-Git 不知道该资源
储存库。
忽略 -Git 团队忽略资源
provider. Here only the preference settings under Team -> Ignored
资源和“派生”标志是相关的
not taken into account.
Ty -资源在
既不在索引中也不在存储库中的工作树。
Stage -资源有更改,这些更改被添加到索引中
that adding to the index is possible at the moment only on the commit
资源上下文菜单上的。
partially-staged - The resource has changes which are added to the index and additionally
工作树中既不在索引中也不在
repository.
added - The resource is not yet tracked by but added to
Git 存储库。
已删除 -暂存资源以便从
Git 存储库。
冲突 -文件存在合并冲突。
种子资源有一个“预设未改变”的标志
means that Git stops checking the working tree files for possible
修改,所以您需要手动取消位来告诉 Git 什么时候
you change the working tree file. This setting can be switched on
使用菜单动作 Team-> Assumewithout (或在命令行上)
使用 git update-index ——扁平化)。