Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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>"