Fake your Github contributions.
This is a meme repository.
It works by flooding the default branch with commits to generate contributions for the current year.
Note: I've been able to undo this in the past, but run it at your own risk.
- Golang
- Create a new repo in your Github account and copy the origin url
- Clone this repo and go into the directory
- Remove current remote
git remote remove origin
- Add your remote:
git remote add origin {your url}
(replace with url from step 1) - Create a tag:
git tag anchor-tag
- Run the code:
go run .
Note: It won't work if you fork my repo (Source)
Note2: It might take some time for the contributions to be updated.
- Add repo/path selection
- Add date range selection
- Add amount of commits selection
- Add probabilities by day of week
- Automatically detect default branch
- ?
Check LICENSE file.