elvers icon indicating copy to clipboard operation
elvers copied to clipboard

remove large files from git commit history

Open ctb opened this issue 6 years ago • 1 comments

The whole repo history is in the ~100 MB range, while the current master is only a few MB. This makes it unnecessarily slow to check out the git repo :)

Using the command here, it looks like we need to go remove any trace of testing_out/ from the history. Not quite sure how to do that but this github help article looks legit.

ctb avatar Jan 23 '19 14:01 ctb

apparently this requires all PR's to be closed, bc merging will be affected? Need to set a time to do this to avoid losing work.

bluegenes avatar Jan 23 '19 19:01 bluegenes