as stated in the subject
note: the git clone i mean is the git clone without any option, the one which is performed by doing "git clone /C:/my_origin_folder"
|
as stated in the subject note: the git clone i mean is the git clone without any option, the one which is performed by doing "git clone /C:/my_origin_folder" | |||
|
feedback
|
|
This answer of mine regarding backup should give you some answer on clone vs copy: Moving a git repo to a second computer? Main differences: 1) When you clone, you get remote Note that when you clone with a folder path, the differences change subtly, as the objects and refs are usually just copied / hardlinked ( equivalent of | ||||
|
feedback
|
|
When you use git clone instead of copy paste, the original repository will be the origin. Besides, when cloning on the same machine you can use --local to make it faster. From the manual page:
| |||||||
feedback
|