Setting all GIT AuthorDates to CommitDates

PHOTO EMBED

Tue Mar 01 2022 18:06:57 GMT+0000 (Coordinated Universal Time)

Saved by @panvicka #powershell

git filter-branch --env-filter 'export GIT_COMMITTER_DATE="$GIT_AUTHOR_DATE"'
git push -f
content_copyCOPY

https://github.community/t/commit-timestamps-in-github-dont-match-repo/127766