eclipse-tractusx / eclipse-tractusx.github.io.largefiles

Apache License 2.0
1 stars 7 forks source link

Add Detailed Description for GIT LFS Installation #8

Closed mhellmeier closed 12 months ago

mhellmeier commented 1 year ago

Currently, the README mentions to execute git lfs install. Users may wonder if this doesn't work because they will get the following error on plain Linux with git installed:

git: 'lfs' is not a git command. See 'git --help'.

The most similar command is
    log

Therefore, it should be described more clearly how to install git lfs.

See also: https://stackoverflow.com/questions/48734119/git-lfs-is-not-a-git-command-unclear

mhellmeier commented 1 year ago

Further, the git add .gitattributes *.zip should be changed to git add .gitattributes "*.zip".

Also, I would replace git push in the description with:

git lfs push --all origin BRANCHNAME
git push
FaGru3n commented 1 year ago

please review