VDBWRAIR / bactpipeline

Bacteria Pipeline modified from MRSN Bacteria Pipeline
GNU General Public License v2.0
0 stars 0 forks source link

remove newbler from previous commits #9

Closed necrolyte2 closed 8 years ago

necrolyte2 commented 8 years ago

before going public we will need to remove newbler from dependencies from all existing commits

Whatever that crazy git command is

necrolyte2 commented 8 years ago

Following this guide

Ran this locally

git filter-branch --force --index-filter 'git rm -rf --cached --ignore-unmatch dependencies/newbler' --prune-empty --tag-name-filter cat -- --all

Then ran this

git push origin --force --all
necrolyte2 commented 8 years ago

Tell your collaborators to rebase, not merge, any branches they created off of your old (tainted) repository history. One merge commit could reintroduce some or all of the tainted history that you just went to the trouble of purging.