Skip to content

Instantly share code, notes, and snippets.

@WallabyStuff
Created August 24, 2023 06:17
Show Gist options
  • Save WallabyStuff/2c399117242759faa044f32675c27635 to your computer and use it in GitHub Desktop.
Save WallabyStuff/2c399117242759faa044f32675c27635 to your computer and use it in GitHub Desktop.
[Build phase script] Git lfs pull
if which git-lfs >/dev/null; then
git-lfs pull
else
echo "warning: git-lfs is not installed. Large files may not be checked out properly."
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment