Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
.png我在我的项目中添加了几张照片.svg,并且由于某种原因(不在忽略文件中),它们进入了未跟踪的文件列表。
.png
.svg
这有什么理由吗?Git 如何选择要取消跟踪的文件?
您必须在项目中添加一个新文件,默认情况下新文件是未跟踪的。
git add 'myfile'