Skip to content

Latest commit

 

History

History

git-reset-commit

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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: