1 unstable release
0.1.0 | Oct 30, 2023 |
---|
#210 in Email
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.1–1.7MB
~32K SLoC