git-faker
is a Git plugin that makes you to be the best commiter in the planet by add some fake commits.
- Create directory,
.git-faker
. - Write a dummy file and do commit (with the fake dates).
- loooooop
git-faker <branch>
<branch>
is optional. If not specified, your current branch
(ex.master) will be used.
Finally, you can set the language by options
.
--objc
: set the language as Objective-C--java
: set the language as Java--js
: set the language as Javascript--c
: set the language as C
Just copy git-faker
to your $PATH
and ensure it is an executable (chmod +x git-faker
) and you're good to go. 👍
Also make sure you have Git installed.
git-faker
is under WTFPL. You can do what the fuck you want with this shit. See LICENSE file for more info.