#git #author #git-commit #log #change #changed #name

app change-git-log-author

Change git log author

1 unstable release

0.1.0 Oct 30, 2023

#122 in Email

MIT license

4KB
53 lines

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

Dependencies

~1.2–1.8MB
~35K SLoC