Home > Mobile >  Git automate rewording git commit messages on branch
Git automate rewording git commit messages on branch

Time:12-22

Is there any way that I can run a script on a branch to reword all commit messages that contains a specific substring in the commit message. Say I have a enter image description here

Then I would like to reword all the commit messages (on mybranch and not main) that starts with

  • Related