GIT FTP Ubuntu 14.04

Friday, May 29, 2015 10:58 AM 1 Comments , ,

Install git-ftp

sudo apt-get install git-ftp

Config FTP

git config git-ftp.user FTP_USER
git config git-ftp.url ftp.example.com/your/folder
git config git-ftp.password YOUR_PASSWORD

Init git-ftp

git ftp init

When Change file data, use this command to update.

git ftp push

1 comments: