Skip to content

Commit d885220

Browse files
author
Jared Murrell
committed
added git lfs migrate... forgot that before
1 parent d32b06b commit d885220

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_functions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,7 @@ function _initialize_lfs()
457457
EXTENSION=$(echo ${FILE}|awk -F'.' {'print " *."$3'})
458458
git lfs track ${EXTENSION}
459459
git add ${EXTENSION}
460+
git lfs migrate --include="*.${EXTENSION}"
460461
done
461462
git add .gitattributes
462463
git commit -m "Initialized Git-LFS"

0 commit comments

Comments
 (0)