Created
May 2, 2022 06:09
-
-
Save PROPHESSOR/6abeeb7f988d7a88bd274e70f8f9d938 to your computer and use it in GitHub Desktop.
Git replace author of all commits to current author
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 config --local -e # - Edit author for current repository | |
git rebase -r --root --exec 'git commit --amend --no-edit --reset-author' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment