Set the author (using --author)
We can configure the name and email of the author of commit globally, per git repository,
or even per commit. Use the --author flag to fake who made the commit.
git commit -m "message" --author "Someone Else <someone@example.org>"