This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Description
Notes about git config --global and git config --local for setting identity like user.name and user.email.
Also note about changing the author of a commit by performing an interactive rebase, git rebase -i HEAD~n with edit <commit>... and git rebase --amend --author="Michelle Blanchette <michelle@purpleturtlecreative.com>" --no-edit and then git rebase --continue.