How to git-lfs without git-lfs? TODO: duplicated gitconfig comments?

This commit is contained in:
Aminda Suomalainen 2023-10-09 11:12:13 +03:00
parent cd3469d53b
commit d5a52b204d
Signed by: Mikaela
SSH Key Fingerprint: SHA256:y2OpGEbett3Fqn8XFrP0X4mWfCVKf4rWkxERzqPY81U
3 changed files with 12 additions and 10 deletions

View File

@ -79,11 +79,11 @@
# I am not developing in detached head state, I generally want to compile
# a specific version of a program and I know how to get out of it
detachedHead = false
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
# [filter "lfs"]
# clean = git-lfs clean -- %f
# smudge = git-lfs smudge -- %f
# process = git-lfs filter-process
# required = true
[status]
submodulesummary = 1
[submodule]

View File

@ -79,11 +79,11 @@
# I am not developing in detached head state, I generally want to compile
# a specific version of a program and I know how to get out of it
detachedHead = false
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
# [filter "lfs"]
# clean = git-lfs clean -- %f
# smudge = git-lfs smudge -- %f
# process = git-lfs filter-process
# required = true
[status]
submodulesummary = 1
[submodule]

View File

@ -49,6 +49,8 @@ if [ -f "$MIKAELA_GREP" ]; then
bash -x .mikaela_install
fi
(git lfs install | true &)
set +x
# vim : set ft=sh :
#chmod 700 $HOME -R