Showing posts with label git-ftp. Show all posts

GIT FTP Ubuntu 14.04

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