Skip to content

Committer date should be same as Author date. #58

@umairvatao

Description

@umairvatao

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions