You can get user.name and user.email with git author get
or git author
.
You can set user.name and user.eamil with git author set foo foo@abc.com
.
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
.
cargo install git-author
MIT