Git commit: Difference between revisions
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
=Overview= | =Overview= | ||
=Apply Extra Changes to the Latest Commit= | |||
{{Warn|If the latest commit that has been amended was pushed in a remote repository, you will need to overwrite it in the remote repository - thus rewriting history - with | |||
git push --force | |||
}} | |||
=Update a Commit Message that Has Not Been Pushed Yet= | =Update a Commit Message that Has Not Been Pushed Yet= |
Revision as of 02:09, 31 August 2019
External
Internal
Overview
Apply Extra Changes to the Latest Commit
If the latest commit that has been amended was pushed in a remote repository, you will need to overwrite it in the remote repository - thus rewriting history - withgit push --force
Update a Commit Message that Has Not Been Pushed Yet
git commit --amend
It will start an interactive editor.