Git commit: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 13: Line 13:
It will start an interactive editor.
It will start an interactive editor.


=Remove a Commit=
=Deleting Commits from History=
{{Internal|Git Deleting Commits from History|Deleting Commits from History}}

Revision as of 20:48, 20 August 2019

External

Internal

Overview

Update a Commit Message that Has Not Been Pushed Yet

git commit --amend

It will start an interactive editor.

Deleting Commits from History

Deleting Commits from History