Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 122 Bytes

revert-last-commit.md

File metadata and controls

13 lines (10 loc) · 122 Bytes

Revert the Last Commit

git log
git checkout <hash>
git checkout -b new_branch

or

git reset HEAD~