Skip to content

Instantly share code, notes, and snippets.

@VoloshchenkoAl
Created July 13, 2018 08:42
Show Gist options
  • Save VoloshchenkoAl/15cc30854ed02eb6e50895fcd1138b3f to your computer and use it in GitHub Desktop.
Save VoloshchenkoAl/15cc30854ed02eb6e50895fcd1138b3f to your computer and use it in GitHub Desktop.
git branch beforeReset
git reset --soft <root>
git commit --amend
# Verify that the new amended root is no different
# from the previous branch state
git diff beforeReset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment