我使用git监控我的代码。
我通过克隆github存储库添加了一个子目录angular-seed。
所以git现在相信这个目录。
但我希望将此目录集成到其余的暂存文件中。
我做到了:
$ git add --force angular-seed但是$ git ls-files --stage没有列出angular-seed的内容。
和
$ git-ftp push --user userid --passwd password ftp.cluster014.ovh.net/www/
No submodule mapping found in .gitmodules for path 'angular-seed'
No changed files for ftp.cluster014.ovh.net/www/. Everything up-to-date.如何将目录angular-seed添加到我的git存储库?
发布于 2016-01-24 18:48:37
无论如何,您不应该发布有问题的用户in和密码。
(对不起,我不能评论问题,因为缺乏声誉)
https://stackoverflow.com/questions/34950625
复制相似问题