Last active
November 20, 2019 22:26
-
-
Save antoniopresto/368442356b3613d7ca518ff082f25e40 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git log master..HEAD --oneline | tail -1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git reset --soft HEAD~3 && | |
git commit --edit -m"$(git log --format=%B --reverse HEAD..HEAD@{1})" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment