我在 ~/bin 得到 git-status:
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# screen/dev/
我跑
git add --force screen/dev/
我得到与以前相同的 git-status 。我独立添加文件夹中的每个文件,但我得到相同的 git-status。
screen/dev/ 中没有 .git。该文件夹似乎不是一个 sumbodule。
如何在 ~/bin 中将文件夹及其内容强制添加到我的 git 中?