change-git-log-author

Crates.iochange-git-log-author
lib.rschange-git-log-author
version0.1.0
sourcesrc
created_at2023-10-30 07:35:48.814547
updated_at2023-10-30 07:35:48.814547
descriptionChange git log author
homepage
repository
max_upload_size
id1018186
size9,128
musicq (musicq)

documentation

README

change-git-log-author

change-git-log-author is used to change the target author and email of git log.

Getting Started

cargo install change-git-log-author

Usage

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

Commit count: 0

cargo fmt