chickadee » git » clone

clone url pathprocedure

Clones the remote Git repository specified by url into the local pathname path.

On success, the branch indicated by the HEAD reference of the remote repository is checked out as a normal (i.e. non-bare) Git working directory.

An error is signaled if the clone fails for any reason.