Skip to content

A commit generator to fill the GitHub activity timeline :D

License

Notifications You must be signed in to change notification settings

flxw/committed-to-code

Repository files navigation

Committed to code

Activity on the timeline is an important indicator for recruiters

I think this is funny and that it can be bypassed easily. Thinking about a pet project anyway, I started this committed-to-code, also to get back into Java. Use this generator to generate a series of commits which will immediately fill your activity timeline and make you appear a lot more active.

Installation

To install, simply clone the repository, and have maven do the job of downloading dependencies and compiling the JAR file.

$ git clone https://github.com/flxw/committed-to-code
$ cd committed-to-code
$ mvn package

Setup

Adapt application.ini to your needs. An exemplary configuration might look like this

[GENERAL]
REPODIRECTORY=testrepo
STARTDATE=2019-03-07
ENDDATE=2019-11-10
BREAK_DAYS=120

[USER]
NAME=John Doe
EMAIL=j.doe@doemail.com

[FREQUENCY]
LOWER=1
UPPER=5

Usage

After compiling the JAR file and setting the configuration options, simply execute the program like this:

$ java -jar committed-to-code-1.0.jar -c <your-configuration-file>

About

A commit generator to fill the GitHub activity timeline :D

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages