Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 319 Bytes

git.md

File metadata and controls

16 lines (9 loc) · 319 Bytes

pull single git lfs file

git lfs pull -I filename

show git-added diff

git diff --cached

git lfs problem: Encountered 15 file(s) that should have been pointers, but weren't

  • git rm .gitattributes
  • git stash

cache git cred for given timeout

git config --global credential.helper 'cache --timeout=3600'