git-author

日本語ドキュメント

Overview

Description

You can get user.name and user.email with git author get or git author.
get-demo


You can set user.name and user.eamil with git author set foo foo@abc.com.
set-demo


Replace foo <foo@abc.com> in author and commiter of previous commits with bar <bar@xyz.com>.
The replacement name and e-mail address (bar bar @ xyz.com) can be omitted. If omitted, it will be replaced with author which can be obtained bygit author get. replace-demo

Installatoin

cargo install git-author

License

MIT