I have a folder called Users/poudel/Copy/github/Astro. i also have a repository called Astro in my github account. in the Astro directory i gave follwing commands:
git add Astro
git commit -m "updated folder"
git push origin master
then it showed an error that one of the file exceed limit 100Mb. so i delted that file and run above commands again. but again it shows large file error even though i delted that file.
how can i upload the updated folder to the github website now?