Quantcast
Viewing latest article 2
Browse Latest Browse All 45

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

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 latest article 2
Browse Latest Browse All 45

Trending Articles