I am doing a large migration from SVN to Git. This migration goes back through about four years of history. I am able to successfully push commits up to a certain date, (Nov 11). On this date, there was one commit that pushed a 7GB file, and in the following commit, this file was removed (it appears to have been a mistake).
Git throws an error when attempting to push this enormous commit, and I cannot get past it. Is there any way simply skip that commit? My current process is to checkout a specific commit, push it, and repeat. I did this to find the error that I am currently facing.
Thanks for all advice.