LoginSignup
1
2

More than 5 years have passed since last update.

git-ftp

Posted at

インストール

$ brew install git-ftp

設定

$ git config git-ftp.url ftp://<ホスト名>/<同期したいディレクトリまでのパス>
$ git config git-ftp.user <ユーザー名>
$ git config git-ftp.password <パスワード>

初期化

$ git add .
$ git commit -m "first commit"
$ git ftp init

使い方

$ git ftp push
1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2