Remove refs/original/heads/master from git repo after filter-branch –tree-filter?

refs/original/* is there as a backup, in case you mess up your filter-branch. Believe me, it’s a really good idea. Once you’ve inspected the results, and you’re very confident that you have what you want, you can remove the backed up ref: git update-ref -d refs/original/refs/heads/master or if you did this to many refs, and … Read more