git log the way I like it.

git log --date=format:'%Y-%m-%d %H:%M:%S' --pretty=format:"%h - %cd - %cn %s"

Fetch/update/checkout main with remote-tracking/local branch.

git fetch origin main:main; git checkout main