pull/333/merge
cwarlich 10 months ago committed by GitHub
commit 95555e25b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -827,7 +827,7 @@ function clone() {
rm -rf "$wc"
# then reset the index as the --no-checkout flag makes the index empty
"$GIT_PROGRAM" reset --quiet -- .
"$GIT_PROGRAM" reset --quiet -- "$YADM_WORK"
if [ "$YADM_WORK" = "$HOME" ]; then
debug "Determining if repo tracks private directories"

Loading…
Cancel
Save