Amend git commit (change the author or message) of the last not pushed commit

Git

To change the author or message of the last commit consider using the following commands:

# git commit --amend --author="Taras Shkodenko <taras@shkodenko.com>"

or

# git commit --amend -m "New Fixed Commit Message"