How to change commit message

Changing the Most Recent Commit

The git commit –amend command allows you to change the most recent commit message.
Not pushed commit
To change the message of the most recent commit that has not been pushed to the remote repository, commit i…


This content originally appeared on DEV Community and was authored by Elhabib Soufain

Changing the Most Recent Commit

The git commit --amend command allows you to change the most recent commit message.
Not pushed commit
To change the message of the most recent commit that has not been pushed to the remote repository, commit it again using the --amend flag.

1: Navigate to the repository directory in your terminal.

2: Run the following command to amend (change) the message of the latest commit:

git commit --amend -m "New commit message."


This content originally appeared on DEV Community and was authored by Elhabib Soufain


Print Share Comment Cite Upload Translate Updates
APA

Elhabib Soufain | Sciencx (2021-09-13T09:35:12+00:00) How to change commit message. Retrieved from https://www.scien.cx/2021/09/13/how-to-change-commit-message/

MLA
" » How to change commit message." Elhabib Soufain | Sciencx - Monday September 13, 2021, https://www.scien.cx/2021/09/13/how-to-change-commit-message/
HARVARD
Elhabib Soufain | Sciencx Monday September 13, 2021 » How to change commit message., viewed ,<https://www.scien.cx/2021/09/13/how-to-change-commit-message/>
VANCOUVER
Elhabib Soufain | Sciencx - » How to change commit message. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/09/13/how-to-change-commit-message/
CHICAGO
" » How to change commit message." Elhabib Soufain | Sciencx - Accessed . https://www.scien.cx/2021/09/13/how-to-change-commit-message/
IEEE
" » How to change commit message." Elhabib Soufain | Sciencx [Online]. Available: https://www.scien.cx/2021/09/13/how-to-change-commit-message/. [Accessed: ]
rf:citation
» How to change commit message | Elhabib Soufain | Sciencx | https://www.scien.cx/2021/09/13/how-to-change-commit-message/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.