Skip to content

Commit 2d1a094

Browse files
author
Jared Murrell
committed
added cleanup for LFS
1 parent baa86c2 commit 2d1a094

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_functions.sh

+2
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,8 @@ function _initialize_lfs()
461461
done
462462
git add .gitattributes
463463
git commit -m "Initialized Git-LFS"
464+
git reflog expire --expire-unreachable=now --all
465+
git gc --prune=now
464466
fi
465467
}
466468

0 commit comments

Comments
 (0)