**Describe the bug** Github is using committer date instead of author date to create profile history. **To Reproduce** Simply follow the readme and see. **Expected behavior** All commits go under today in the history. **Temporary Fix** This command will fix the issue: git filter-branch --env-filter 'export GIT_COMMITTER_DATE="$GIT_AUTHOR_DATE"' git push -f **Additional context** Was using mac