michalspano / MiniCarSteer

Let ML steer a miniature car for you. :O
MIT License
0 stars 2 forks source link

Fetch upstream; fix *.joblib file size block #1

Closed michalspano closed 1 month ago

michalspano commented 1 month ago

Fetch upstream – fix *.joblib file size block

Some of the tracked .joblib files are >= 100Mb which prevents any push to a GitHub remote. I'm trying to delete any trace of such files from the git history.

michalspano commented 1 month ago

A possible alternative that I'm considering is a creation of a develop orphan branch (i.e. it is a diverging branch, does not share history with main, which ultimately removes any *.joblib trace). Yes, the history will be slightly trimmed, in turn, but that is much easier than reflog-ing 100+ commits (semi-manually). :P

michalspano commented 1 month ago

Unfortunately, some 250 commits have been "lost", unfortunately. I still give credits to the members of the team for their valuable contributions. Anyway, develop $\to$ main, I'm thus closing this issue.