从git签出中删除.DSu存储文件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了从git签出中删除.DSu存储文件相关的知识,希望对你有一定的参考价值。

This command will not delete the .DS_Store files from the file system, just take them out of version control.

Before doing this it would be a good idea to setup the repository to ignore .DS_Store files.
  1. find . -depth -name '.DS_Store' -exec git-rm --cached '{}' ; -print

以上是关于从git签出中删除.DSu存储文件的主要内容,如果未能解决你的问题,请参考以下文章

删除.dsu存储文件

有没有办法用 maven 签出 git 存储库到某个文件夹?

Git:如何从远程分支更新/签出单个文件?

Jenkins无法签出Git存储库 - 主机密钥验证失败

带有 CRLF 和 LF 文件的 Git 存储库?

使用 Jenkins 管道将多个 git 存储库签出到同一个作业中