# 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