Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.37 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.37 KB

git-gud

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.

Before

Contributions before

After

Contributions after

Requirements

  • Golang

How to run

  1. Create a new repo in your Github account and copy the origin url
  2. Clone this repo and go into the directory
  3. Remove current remote git remote remove origin
  4. Add your remote: git remote add origin {your url} (replace with url from step 1)
  5. Create a tag: git tag anchor-tag
  6. 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.

TODO

  • Add repo/path selection
  • Add date range selection
  • Add amount of commits selection
  • Add probabilities by day of week
  • Automatically detect default branch
  • ?

Original

git-gud

License

Check LICENSE file.