When I try to push my commits from git repository to gerrit remote repository from Linux environment in IntelliJ idea I get the following error:
remote: ERROR:
you need to reconfigure your email
$ git config user.email $ git commit --amend --reset-author
git commit --amend updates your last commits
git commit --amend