Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 128 Bytes

index.md

File metadata and controls

15 lines (10 loc) · 128 Bytes

git uncommit

Reset one commit

Git alias:

uncommit = reset --soft HEAD~1

Example:

git uncommit