Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 261 Bytes

index.md

File metadata and controls

20 lines (13 loc) · 261 Bytes

git reset-commit

Move backwards on the commit chain

Git alias:

reset-commit = reset --soft HEAD~1

Example:

git reset-commit

See how to use this alias and related ones: