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

Answer by Riyas TK for How do you clone a Git repository into a specific folder?

$
0
0

If you are in the directory you want the contents of the git repository dumped to, run:

git clone git@github.com:origin .

The "." at the end specifies the current folder as the checkout folder.


Viewing all articles
Browse latest Browse all 44

Latest Images

Trending Articles





Latest Images