message no. 174722
Posted by atrus in #github at 2019-09-25T20:55:42Z
Trying to help a co-worker push a repo which used to have a >100mb file. The commit that added the file has been remove, and the file replaced with a much much smaller one, that should be fine. (it's a jupyter notebook that had a very large output cell). git log confirms that there's only one commit touching the file now, and the file is nice and small, but attempting to push to github is still rejecting it as being the original size. any thoughts?