DEV Community

Cover image for Create commits for a year of your choosing in Git and Github
Sugam Karki
Sugam Karki

Posted on

Create commits for a year of your choosing in Git and Github

Hello folks,

I have created a simple and silly command-line package that can generate commit logs in your repository for the whole year.

To run the package,

  • Go to any local repository.
  • Run

    npx commit_git

  • Enter the year of your choosing. Eg: 1990

  • Enter your commit text. Eg: She sells seashells by the seashore.

  • Voila. It automatically pushes your code after committing.

Commit Streaks

Commit Log in github

Top comments (2)

Collapse
 
teraprath profile image
Terry

damn

Collapse
 
sugamkarki profile image
Sugam Karki

thanks man!