Tom-M-Git / sysinfoapp_in_electron

A system info app in Electron which shows little information about the user's PC. Built for learning purposes for myself.
0 stars 0 forks source link

Dealing with large files accidentally attempted to push #3

Open Tom-M-Git opened 4 years ago

Tom-M-Git commented 4 years ago

My workaround:

git filter-branch -f --index-filter 'git rm -r --cached --ignore-unmatch release-builds/sysinfoapp-darwin-x64/sysinfoapp.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Electron Framework' HEAD

and to the other large file too.