基于Git的FTP客户:git-ftp
jopen
10年前
git-ftp是一个基于Git的FTP客户shell脚本。
用法
$ cd my_git_tracked_project $ git ftp push --user <user> --passwd <password> ftp://host.example.com/public_html
For interactive password prompt use:
$ git ftp push -u <user> -p - ftp://host.example.com/public_html
Pushing for the first time:
$ git ftp init -u <user> -p - ftp://host.example.com/public_html