1
0
Fork 0
mirror of synced 2024-12-04 06:35:36 -05:00
This commit is contained in:
cwarlich 2024-11-11 16:51:47 -06:00 committed by GitHub
commit c35af56d84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
yadm
View file

@ -853,7 +853,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"