Using Git with shared hosting plan

前端 未结 6 1617
故里飘歌
故里飘歌 2021-01-30 11:25

So I started using Git together with this workflow to make a personal website (mostly for testing and to learn Git) and I am developing it locally on my laptop using Xampp.

6条回答
  •  猫巷女王i
    2021-01-30 11:53

    This question may be old but there is a shared web hosting which offers git deployment option and SSH access to git pull/push etc: githoster.com

    Or there are some scripts you can search in google which will link your github account to your host with git hooks.

提交回复
热议问题