How to upload big files(like videos) to GitHub?

1. Down git-lfs

[link](https://git-lfs.com/)

2. In command line

git lfs install

3. Tracking file type

git lfs track "*.filetype"

4. Add gitattribute file

git add .gitattributes

5. push