Git on a Windows Lan

前端 未结 5 1620
礼貌的吻别
礼貌的吻别 2020-12-05 00:17

My colleagues and I are thinking of giving git a try and see if we can easily move to it. We work on a Windows-only environment. On our own machines we already have git set

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-05 00:49

    "I have a few different computers that I use at home and I wanted to set up GIT that I can access my code from any of them. It took me a bit because I was too used to working with a client-server model where I designate one machine as the "server" that holds the repository and everything else was a client. Instead, GIT seems to operate more like a merge tool and every local copy is its own "master." Once I understood that, it turns out that setting up GIT is very simple and just needs GIT itself and SSH".

    To read more you can check this link: http://blog.lazyhacker.com/2010/04/setting-up-git-for-home-network.html

提交回复
热议问题