What's the fastest way to edit hundreds of Git commit messages?

后端 未结 6 2151
梦谈多话
梦谈多话 2020-12-23 14:23

I have a fairly large Git repository with 1000s of commits, originally imported from SVN. Before I make my repo public, I\'d like to clean up a few hundred commit messages t

6条回答
  •  不思量自难忘°
    2020-12-23 14:56

    As alternative, consider skipping the import of the whole repository. I would simply checkout, clean up and commit important points in the history.

提交回复
热议问题