How to set up a repository using git-ftp?

后端 未结 4 1211
走了就别回头了
走了就别回头了 2021-02-15 03:55

I\'m a newbie so please explain how to set up a repository?
I installed git-ftp.
I tried : git ftp init -u my_User-p my_Pass - ftp://host.example.com/public_html

4条回答
  •  逝去的感伤
    2021-02-15 04:40

    I found a ftp git tool which is much easier to use: Ftp-Git. It's a GUI ftp deployment tool which can push changed files in git repository to your ftp server. (All in a GUI way)

提交回复
热议问题