Git commit

From NovaOrdis Knowledge Base
Revision as of 02:09, 31 August 2019 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

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 - with

git push --force

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