1

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

Community
  • 1
  • 1
Akan
  • 270
  • 7
  • 21

1 Answers1

1

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!

eckes
  • 64,417
  • 29
  • 168
  • 201
Akan
  • 270
  • 7
  • 21