lfs download is mandatory while doing git clone
skip with:
1 | env GIT_LFS_SKIP_SMUDGE=1 git clone --filter=blob:none <repo_url> |
lfs download is mandatory while doing git clone
skip with:
1 | env GIT_LFS_SKIP_SMUDGE=1 git clone --filter=blob:none <repo_url> |
make webhooks or make git get latest HEAD hash every interval and compare
see attachments.
it is in a different folder.
sync on macbook:
1 | bash -c 'cd /Users/jamesbrown/.notable/attachments; git pull origin main; git add .; git commit -m "init commit"; git push origin main' |