我有一个克隆的回收站。有一个目录,叫做 a/b/c, 叫做 a/b/c, " 坚固 " 曾经是 强 " 自己的回收站, 即有 a/b/c/.git/ etc. 。
现在我要在主副本中管理文件。 我不在乎 a/ b/ c 中的历史, 所以我删除了 a/ b/ c 中的. git dir 。
但问题是 git status
正在完全忽略 a/b/c。 我无法使用 git 添加
it. it as likes Id put the path into. gitignore( I haven ) 。
很明显,以前, 忽略一个有.git dir的子目录是有道理的, 但是现在它怎么知道有什么区别呢?
除了.gitignore 和.git/info/excludes 之外, 是否有其他地方可以忽略文件?. git/ config 文件中没有任何内容?
我被问及了"Git状态"怎么说 不多:
/path/to/root/dir $ git status
# On branch fred
nothing to commit (working directory clean)
加上什么,就更少了。
/path/to/root/dir $ git add a/b/c