git-ftp deploy

git init mkdir app cd test touch test.html cd .. commit "xxx" git config git-ftp.url "ftp://ftp.domain.com:21/dir/" git config git-ftp.user "domain.com" git config git-ftp.password "xxx" git config git-ftp.syncroot app/ git ftp init # git ftp push

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.