开发者

Egit "*" symbol?

Hiho,

I'm using the egit plugin for eclipse.

What does this Symbol "*" mean over the icon of a file?

The 开发者_如何转开发file is committed but with "git status" the file is marked with "changes to be commited" but with "git diff" happens nothing:/

Here's a screenshot:

Egit "*" symbol?

greetings


it means the file is staged for commit, see the section Icon decorations in the eclipse wiki

  • staged - The resource has changes which have been added to the index. Note that adding changes to the index is currently possible only in the commit dialog via the context menu of a resource.
  • partially-staged - The resource has changes which are added to the index and additional changes in the working tree that neither reached the index nor have been committed to the repository.

that is, files which are already tracked by git and changes to them were staged with git add (-p) <file>

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜