Skip to content

Instantly share code, notes, and snippets.

@f9n
Created December 21, 2024 20:27
Show Gist options
  • Save f9n/1a50c10ebf9854c34540ba0a4c50160c to your computer and use it in GitHub Desktop.
Save f9n/1a50c10ebf9854c34540ba0a4c50160c to your computer and use it in GitHub Desktop.
Remove unnecessary message on git commits (:xd)

Remove unnecessary messages on git commits

$ git clone <repo>
$ cd <repo>
$ brew install git-filter-repo
$ git filter-repo --replace-text <(echo 'kezzap==>arkadasim')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment