How do I clone into a non-empty directory?

前端 未结 16 1524
庸人自扰
庸人自扰 2020-11-22 06:20

I have directory A with files matching directory B. Directory A may have other needed files. Directory B is a git repo.

I want to clone directory B to directory A bu

16条回答
  •  故里飘歌
    2020-11-22 06:29

    I got the same issues when trying to clone to c/code

    But this folder contains a whole bunch of projects.

    I created a new folder in c/code/newproject and mapped my clone to this folder.

    git for desktop then asked of my user and then cloned fine.

提交回复
热议问题