Can I use git to keep a remote server up to date?

前端 未结 2 1333
终归单人心
终归单人心 2021-01-02 21:03

I\'m using git to track a project, and if it\'s possible, I\'d like to set things up so git handles all my code staging, I can have a local repository for testing, and then

2条回答
  •  旧时难觅i
    2021-01-02 21:41

    Even though git is a distributed version control system, it is usually a good idea to have a central repository (could be a --bareone). It will simplify things.

提交回复
热议问题