Giter Club home page Giter Club logo

fake-git-history's Introduction

Generate GitHub Commits

A command-line tool to generate your GitHub activity graph.

Buy Me A Coffee

Does your profile look like you have stopped coding at all? No worries, this script will help you.

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
    It will create my-history folder, initialize git and generate commits for every day within the last year (0-3 commits per day).
  3. Create a private repository in your GitHub called my-history and push the changes:
    cd my-history
    git remote add origin [email protected]:<USERNAME>/my-history.git 
    git push -u origin master

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

Customizations

--commitsPerDay

Specify how many commits should be created for every single day. Default is 0,3 which means it will randomly make from 0 to 3 commits a day. Example:

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

--workdaysOnly

Use it 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. If you want to generate activity for a specific dates, then use these options:

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

PS

It is something I wrote as a joke, so don't take it seriously. I don't encourage you to cheat, but if anybody is judging your professional skills by the graph at your GitHub profile, they deserve to see a rich activity graph ๐Ÿค“

fake-git-history's People

Contributors

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

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 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.