can you rename commits code example
Example 1: edit last commit message
git commit --amend -m "New commit message."
Example 2: git amend commit message
git commit --amend -m "New commit message for most recent commit"
Example 3: how to change a commit message
git commit --amend
git push --force-with-lease <repository> <branch>