git clone from another directory

前端 未结 8 2003
一生所求
一生所求 2020-12-04 07:38

I am trying to clone repo from another directory.

Lets say I have one repo in C:/folder1 and C:/folder2

I want to clone the work in

8条回答
  •  感情败类
    2020-12-04 08:18

    It is worth mentioning that the command works similarly on Linux:

    git clone path/to/source/folder path/to/destination/folder
    

提交回复
热议问题