Question #72

Author: admin
tags: Git  
git commit --amend -m "some fix"
What will this command do?
Launch a text editor with an already entered message to create a new commit on top of the last commit
Create a new commit on top of the previous commit with the specified message
Add additional text to the message of the last commit
Change the message of the last commit
Rate the difficulty of the question:
easyhard