Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 311 Bytes

File metadata and controls

14 lines (9 loc) · 311 Bytes

Revert

Git revert undoes changes made in a commit by creating a new commit. This shows up as a new commit and leaves the original commit in the history.

git log --oneline | head

git revert 18f5020

Git commit message syntax conventions

https://www.conventionalcommits.org/en/v1.0.0/#summary