Closed epiccurious closed 1 year ago
When performing git clone, don't refer to the destination directory with a trailing slash. Use /path/to/destination, not /path/to/destination/.
git clone
/path/to/destination
/path/to/destination/
Requires testing before merging to master.
Rebased.
When performing
git clone
, don't refer to the destination directory with a trailing slash. Use/path/to/destination
, not/path/to/destination/
.