DEV Community

n350071🇯🇵
n350071🇯🇵

Posted on

git clone a repository to multi directories

🤔 Situation

There is a repository.

$ ls -l
scene-saver

Is it possible to have another directory of the same git repository?

👍 YES

git clone git@github.com:n350071/scene-saver.git scene-saver-2

Then,

$ ls -l
scene-saver
scene-saver-2

Top comments (0)