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: git undo-* git reset-*