https://github.com/ivarprudnikov/nice-gh-profile
A script to generate empty commits in the git repository
https://github.com/ivarprudnikov/nice-gh-profile
commits github profile
Last synced: about 2 months ago
JSON representation
A script to generate empty commits in the git repository
- Host: GitHub
- URL: https://github.com/ivarprudnikov/nice-gh-profile
- Owner: ivarprudnikov
- Created: 2023-10-28T22:05:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-28T23:51:39.000Z (over 2 years ago)
- Last Synced: 2025-10-28T20:39:32.295Z (8 months ago)
- Topics: commits, github, profile
- Language: Shell
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I want my GitHub profile not to look empty, hence the [script](./dump-annual-commits.sh) that creates multiple commits for the 12 months following a given date.

## Requirements
- [git](https://git-scm.com/)
- MacOS `date` command
## Usage
Provide a starting date and it will create multiple commits for the 12 months following that date.
```bash
./dump-annual-commits.sh 2023-01-01
```
## This is stupid
Yeah I know but you could extend it to create pixel art in your GitHub profile.
## Disclaimer
I'm not responsible for any damage caused by this script. Use it at your own risk.