How to git push using ftp?

前端 未结 3 640
轮回少年
轮回少年 2020-12-29 09:54

I want to upload (using only ftp) to my server only changes. I have a working git repository in my local. But I cant figure out any way to push using ftp.

I can use

3条回答
  •  孤城傲影
    2020-12-29 10:33

    You should be able to push to a FTP repository using

    git push ftp://host.net/path/to/repo.git/
    

提交回复
热议问题