1

I want to do what's specifically asked on this question but I want to get it effective for all paths on the git repository, just like you achieve when you perform rewritings with git filter-branch --all.

Is that possible with any rebase or filter-branch technique or any third party tool?

Áxel Costas Pena
  • 5,886
  • 6
  • 28
  • 59
  • "for all paths" : do you mean "for all branches in my repo" ? – LeGEC Jan 15 '19 at 09:01
  • @LeGEC yes, I prefer using the work path since not all leafs are handled by a branch, a git history path can be kept alive by also by a tag. – Áxel Costas Pena Jan 15 '19 at 09:11
  • I don't think there is any better way than checkout every "path" manually and do `git rebase` described in the linked answer. – phd Jan 15 '19 at 14:03

0 Answers0