我刚刚开始使用 git-ftp,它允许我将提交推送到 FTP 服务器。
FTP 凭据以这种方式存储在 .git/config 中:
[git-ftp]
user = myusername
url = ftp.myserver.com/httpdocs/
password = mypass
我想要的是,任何从我的 git 存储库克隆项目的人,也会自动获得上面的配置。
但是我怎样才能将这个 git 配置“推送”到我的仓库呢?
阅读有关 git-ftp 的更多信息:https ://github.com/resmo/git-ftp