Git Workflow

Idea → review → work → test → commit → push → release.

Check author identity:

git config user.name
git config user.email
git log --format="%h %an <%ae>"