Possible Duplicate:
git – remove file from the repository
I have mistakenly pushed a big file around(900MB) into git repo. Now i want to remove that file from that particular commit . Otherwise it will take too much of time for pull. Help me please…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is a very good blog which explains how to identify very large files checked into the git repository and rewrite the history to delete them.
http://naleid.com/blog/2012/01/17/finding-and-purging-big-files-from-git-history/
its worked!