Giter VIP home page Giter VIP logo

git-meta-generator's Introduction

Generate Git Commits

A command-line tool that generates GitHub or GitLab activity graph to make it look like you have been coding regularly.

How it works

How To Use

  1. Make sure you have Git and Node.js installed on your machine.
  2. Generate your commits:
    npx fake-git-history
    This command creates a my-history folder, initializes git, and generates commits for every day within the last year (0-3 commits per day).
  3. Create a private repository called my-history in your GitHub or GitLab, and push the changes:
    cd my-history
    git remote add origin [email protected]:<USERNAME>/my-history.git
    git push -u origin master

Done! Now take a look at your GitHub profile ๐Ÿ˜‰

Support This Project

If you rely on this tool and find it useful, please consider supporting it. Maintaining an open source project takes time and a cup of coffee would be greatly appreciated!

Buy Me A Coffee

Customizations

--commitsPerDay

Specify the number of commits to be created for each day. The default value is 0,3, which means it will randomly generate from 0 to 3 commits per day. For example, to generate commits randomly between 0 and 5 per day, you can do:

npx fake-git-history --commitsPerDay "0,5"

--workdaysOnly

Use this option if you don't want to commit on weekends. Example:

npx fake-git-history --workdaysOnly

--startDate and --endDate

By default, the script generates GitHub commits for every day within the last year. However, if you want to generate activity for specific dates, use these options:

npx fake-git-history --startDate "2020/09/01" --endDate "2020/09/30"

PS

This tool was created as a joke, so please don't take it seriously. While cheating is never encouraged, if someone is judging your professional skills based on your GitHub activity graph, they deserve to see a rich activity graph ๐Ÿค“

git-meta-generator's People

Contributors

artiebits avatar dependabot-preview[bot] avatar dependabot[bot] avatar itsabdelrahman avatar ikr4-m avatar aroramrinaal avatar quentingosset avatar johndoejabra avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.