GitHub Repo Any Year Any Day
projectsCreate repos with backdated commits
Install
npm
$
Contribution Graph
Simulated contribution pattern for 2024
About
A shell script that creates GitHub repositories with backdated commits using Git's author date and committer date environment variables. Makes your contribution graph show activity from any date you specify. Simpler than it sounds — Git has always supported arbitrary commit dates.
Highlights
- Shell script — no dependencies
- Uses GIT_AUTHOR_DATE and GIT_COMMITTER_DATE env vars
- Works with any Git repository