25 I have a file that I want to add to Github. Its size is more than 25 MB limit of github. It is a csv file.

Context Explanation

How can I upload it on Github. Steps followed till now $ cd path_of_directory $ git lfs install $ git lfs track "*.csv" $ git add Filename.csv $ git commit -m "Filename.csv" Till here everything is fine. I get below success message: