Answers for "git lfs add file"

0

git lfs add file

# to add a large file to git lfs
git lfs track "large_file.ext"
# then add the file like usual
git add large_file.ext
git commit -m "added large file"
git push
Posted by: Guest on April-06-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language