cd ~/Desktop/workspace/git
git clone http://github.com/resmo/git-ftp.git
sudo make install
git ftp help
git ftp init -u -p - ftp://dev.localhost/path/to/project
git ftp push -u -p - ftp://dev.localhost/path/to/project
git ftp init -u -p --dry-run ftp://dev.localhost/path/to/project
git ftp push -u -p --dry-run ftp://dev.localhost/path/to/project
*Just show the log. Not action
git config git-ftp.user
git config git-ftp.url ftp://dev.localhost/path/to/project
git config git-ftp.password
git ftp push