HARPgroup / cbp_wsm

1 stars 0 forks source link

Handle accidental git commit with big files #83

Open rburghol opened 1 year ago

rburghol commented 1 year ago

See here: https://github.com/HARPgroup/vahydro/wiki/Git-Tips-and-tricks#git-large-file-problem

Hard to do.

for i in `find code/* |grep ".*\.a$"`; do rm $i; done
for i in `find code/* |grep ".*\.exe$"`; do rm $i; done