Skip to content

Adding to past commits #22696

Discussion options

You must be logged in to vote

If what you’re looking to do is to add a single word to every commit message in the entire repo, then yes, there are tools for that. The one built in to git is the git filter-branch command which allows you to rewrite the history of an entire branch. You would use the --msg-filter option to rewrite the commit messages.

I hope that helps!

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants