Do I need a server to use git?

后端 未结 7 2246
北荒
北荒 2021-02-06 14:39

If I need to get access to my files on my home computer from work or whatever, do I need to have a network server and check-in the files on there?

If I\'m using g

7条回答
  •  名媛妹妹
    2021-02-06 14:45

    There are a number of hosted solutions for Git repositories, including GitHub and Unfuddle.

    The wording of your question indicates that you might misunderstand what Git (and Distributed Version Control Systems in general) are all about. You might want to read the intro to Git at Unfuddle or an introduction to Git like the one here.

提交回复
热议问题