Details
Details
- Reviewers
JoshStrobl - Group Reviewers
Triage Team - Commits
- R914:6ee0620f2e56: Update git-lfs to 2.10.0
Create a git repository. Add files for example Solus ISO files and track them using:
git lfs track "*.iso"
Check .gitattributes if It stored the information about the files and add it to the repository using
git add .gitattributes
Finally add the files, commit them, and push to a repository.
git add . git commit -m -s "SolusISO files" git push
Diff Detail
Diff Detail
- Repository
- R914 git-lfs
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
test everything using git-lfs.
How was the git repo tested with git-lfs? Would like that to be explained in the test plan.