Skip to content

Latest commit

 

History

History

git-undo-to-pristine

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

git undo-to-pristine

Undo commits and clean all differences

Git alias:

undo-to-pristine = !git reset --hard && git clean -dffx

Example:

git undo-to-pristine

See how to use this alias and related ones: