Last active
August 6, 2021 20:53
-
-
Save findepi/7abf17c8a26d3b74e8bb9527caadfdbe to your computer and use it in GitHub Desktop.
sort commits for GitHub's sake
This file contains 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 rebase "$(git merge-base HEAD master)" -x 'git commit --amend -C HEAD --date="$(date -R)" && sleep 1.05' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks! You saved my day :)