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.
我有一个指向 git 文件的 linux 硬链接 (ln)。任何人都知道如果我在 git 中更新文件会发生什么?我必须再次进行硬链接吗?
当 git 完成的更新包括删除文件时,这很容易发生,git 中的文件与存储库外部的硬链接之间的连接将不复存在。
换句话说,在 git 中使用硬链接并不是一个好主意。另请注意,当您在 git 存储库中使用 harlink 时,git 会抱怨它。