Added things

This commit is contained in:
2022-05-13 13:29:38 +07:00
parent 85518c4f3f
commit abf262095f
589 changed files with 851744 additions and 0 deletions

3
hooks/post-checkout Normal file
View File

@ -0,0 +1,3 @@
#!/bin/sh
command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting .git/hooks/post-checkout.\n"; exit 2; }
git lfs post-checkout "$@"