Thursday 24 May 2012

[Git] Clone the local repositor

You can clone your local repositor somewhere without any authentication, just find out what is your path of the repo.

git clone --no-hardlinks <repo path>

No comments:

Post a Comment