Skip to content

[GITHUB] change author and commiter

fourslickz edited this page Jul 31, 2025 · 1 revision
GIT_COMMITTER_NAME="your-name" \
GIT_COMMITTER_EMAIL="your-email" \
git commit --amend --author="your-name <your-email>"
git push --force

Clone this wiki locally