Skip to content

Latest commit

 

History

History
 
 

git-uncommit

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

git uncommit

Reset one commit

Git alias:

uncommit = reset --soft HEAD~1

Example:

git uncommit