setting up git repository on local machine

后端 未结 3 629
日久生厌
日久生厌 2021-02-01 07:25

How can I setup a git repository on a local system ? (I am on a windoze box)

This is the setup I am trying to achieve: (everything is on my local machine)

3条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-01 08:01

    Don't create a new git repo in the client folder, clone the host repo

    cd client
    git clone d:/adinsert/host
    

提交回复
热议问题