【发布时间】:2021-04-08 00:07:29
【问题描述】:
我已经在一个新的 repo 中启动了一个新项目,另外两个项目和 repos 在同一个本地目录中。 Git 状态不断向我显示这些其他目录(即 ../OtherProject)作为未跟踪的项目。我似乎无法在 gitignore 或使用 git clean 中删除它们。这很烦人,因为我不想看到它们并阻止其他一些命令成功运行。
【问题讨论】:
-
two other projects and repos in the same local directory是什么意思?你能提供更多细节吗? -
我在同一个父目录中还有另外两个 git repo 目录。这有意义吗?
标签: git github git-untracked