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.
我拉了某人的 Github 存储库。我在目录中添加了一个目录并将其推送回 Github。
当我推送到 Github 时,该目录显示为一个绿色文件夹,一个子模块。我希望这个新目录简单地显示为一个文件夹。我怎样才能做到这一点?
听起来您要添加的文件夹本身就是一个 git repo。检查它 - 它是否包含“.git”子文件夹?如果是这样,从副本中删除“.git”文件夹将允许您在要将此文件夹添加到的根存储库中执行标准的“git add”、“git commit”。