Crates.io | change-git-log-author |
lib.rs | change-git-log-author |
version | 0.1.0 |
source | src |
created_at | 2023-10-30 07:35:48.814547 |
updated_at | 2023-10-30 07:35:48.814547 |
description | Change git log author |
homepage | |
repository | |
max_upload_size | |
id | 1018186 |
size | 9,128 |
change-git-log-author
is used to change the target author and email of git
log.
cargo install change-git-log-author
Run the command inside your git repository.
cgla --old-email="your_old@email.com" --new-name="New Author Name" --new-email="new_email@email.com"
After log changed, you can use git push --force
to push your commit to remote