Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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...

share|improve this question
This may helpful to you stackoverflow.com/questions/2047465/… – Shantanu Banerjee Dec 4 '12 at 11:29
I want to remove that file from entire git log.... – Akr Dec 4 '12 at 11:33
See stackoverflow.com/q/2730411/291641 about removing sensitive data which is an equivalent task to this. – patthoyts Dec 4 '12 at 12:44

marked as duplicate by patthoyts, honk, William Pursell, John Saunders, Kirk Broadhurst Dec 5 '12 at 1:10

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

up vote 0 down vote accepted

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!

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.