How to edit past commit messages, not only previous one.
$ git commit --amend -m is not the solution.
May 18, 20222 min read49

Search for a command to run...
Articles tagged with #git
$ git commit --amend -m is not the solution.

git reset, git stash, git commit --ammend

Because Github doesn't allow push or pull using password authentification anymore...
