我正在使用git监控我的代码
我通过克隆github repo添加了一个子目录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 repo?
答案 0 :(得分:1)
无论如何,您不应发布有问题的用户名和密码。
(抱歉,我无法评论缺乏声誉的问题)