NeuroDataDesign / orange-panda-f16s17

Automated EEG data analysis.
5 stars 5 forks source link

Separate branches for production and development. #28

Closed rmarren1 closed 7 years ago

rmarren1 commented 7 years ago

this will make workflow better and allow us to keep webservice running while we make edits to the code base

rmarren1 commented 7 years ago

want to create new branch without the ~230 mb of history on main repo tried this: http://stackoverflow.com/questions/12543055/how-to-push-new-branch-without-history still keeps 'pack' object in .git/objects/ which is around ~230 mb even after removing commit history

does not seem to be a way to do this..

rmarren1 commented 7 years ago

this no longer needs to be done because we are serving from a docker image