Paweł Bylica
Paweł Bylica

Reputation: 4235

How to rewrite history with git replace?

I applied some replacements to a repository with git replace. Now I would like to finalize that and rewrite the history according to the replacements. Is it possible?

Upvotes: 0

Views: 76

Answers (1)

Vampire
Vampire

Reputation: 38734

You have to use git filter-branch for this.

Upvotes: 1

Related Questions