Last active
May 21, 2021 07:18
-
-
Save moallemi/4c5afa87fa8c0dc9bcee8b779a566557 to your computer and use it in GitHub Desktop.
Change git commit author for multiple commits
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 for-each-ref --format="%(refname)" refs/original/ | while read ref; do git update-ref -d $ref; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment