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.
我已经为我的 Xcode 项目设置了 git。我正在尝试添加一个子文件夹(例如我的项目目录/资源)并跟踪更改。但是,在我将子文件夹拖入 Xcode 后,它并没有被跟踪更改。为什么?
将文件夹拖到 Xcode。确保它在正确的位置,或者您也复制它。
在项目浏览器中选择文件,然后选择“文件->源代码管理->添加”。或者,点击altcmdA。
或者,转到终端中的目录并键入
git add NewFolder