top | item 37800084

(no title)

civopsec | 2 years ago

> Without using any external tools.

git-filter-branch is the only mass-rewrite helper tool that I know of in git(1) and it's deprecated.

discuss

order

sshine|2 years ago

Check out “git filter-repo”.

It’s safer, faster, easier to use.

Oh, and not built-in.

civopsec|2 years ago

The rule was to not use any external tools so it doesn't qualify.

But you're right. filter-repo is a great tool. You can even use pleasant Python "callbacks" instead of a hodge-podge of env variables and shell snippets.