Clones an existing Git repository into the chosen folder. A Git repository can only be cloned into an empty folder. A message will be displayed prior to commencing the clone indicating that any existing files in the selected folder will be removed. Git will assign the source Git repository as the default remote Git repository (named "origin") for the newly created Git repository.
|