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.
当我arc patch得到
arc patch
您在此工作副本中有未跟踪的文件 忽略这些未跟踪的文件并继续 (Y/n)
我不想删除未跟踪的文件或将它们放入 .gitignore。我只想默默地说是的。有没有办法实现它,例如,命令 arg?
另一种选择是将它添加到.git/info/exclude,它的工作方式类似于.gitignore. 添加到的任何条目的行为都与存储库中文件中的条目.git/info/exclude相同,但不会影响您的工作树,并且不需要提交对它的更改。.gitignore.git/info/exclude
.git/info/exclude
.gitignore