开发者

What can be "untracked files' in Git?

Tracked files are files in the last snapshot. And everything else is untracked files.

So what can be a untracked file, besides newl开发者_如何学运维y created files?

Thanks!


I'm not sure I quite understand your question, but there's no requirement that each commit ("snapshot") includes every file that was in the working directory when that was created. Your untracked file might have been in your working directory for a long time, and just never have been added.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜