Skip to content

Latest commit

 

History

History

git-undo-to-upstream

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

git undo-to-upstream

Undo commits back to the upstream branch

Git alias:

undo-to-upstream = !git reset --hard $(git upstream-branch)

Example:

git undo-to-upstream

See how to use this alias and related ones: