Quantcast
Channel: How do I clone a Git repository into a specific folder? - Stack Overflow
Viewing all articles
Browse latest Browse all 45

Answer by Sarat Chandra for How do I clone a Git repository into a specific folder?

$
0
0

To clone to Present Working Directory:

git clone https://github.com/link.git

To clone to Another Directory:

git clone https://github.com/link.git ./Folder1/Folder2

Viewing all articles
Browse latest Browse all 45

Trending Articles