Git commit: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Git Commands =Overview=") |
No edit summary |
||
Line 4: | Line 4: | ||
=Overview= | =Overview= | ||
=Update a Commit Message that Has Not Been Pushed Yet= | |||
git commit --amend | |||
It will start an interactive editor. |
Revision as of 22:10, 30 January 2019
Internal
Overview
Update a Commit Message that Has Not Been Pushed Yet
git commit --amend
It will start an interactive editor.