gitgenie
v1.0.2
Published
A command-line tool that helps you create backdated git commits and populate your GitHub contribution graph.
Downloads
7
Readme
GitGenie
A command-line tool that helps you create backdated git commits and populate your GitHub contribution graph.
Features
- Create a new GitHub repository or use an existing one
- Generate multiple backdated commits across any date range
- Evenly distribute commits throughout the selected period
- Automatically push commits to GitHub
Usage
Run directly with npx:
npx gitgenieThe tool will:
- Ask where you want to create your repository (defaults to ~/gitgenie)
- Create the directory if it doesn't exist
- Set up a Git repository via GitHub
- Create backdated commits based on your specified date range
- Push the commits to GitHub
Don't worry–it will not do anything without your confirmation.
Requirements
- Node.js
- Git installed locally
- GitHub CLI (gh) installed for easier repository creation (optional)
