Configure local git

This is recorded into commits. Necessary config.

Terminal window
git config --global user.name "Michael Chan"
Terminal window
git config --global user.email "[email protected]"

Where are these files

~/.gitconfig

I prefer ~/.config/git/config because it’s where most of my other program config is.

Other helpful config