dev-master
9999999-devSimple CLI app to make fuzz in git repo Edit
MIT
The Requires
by Radoslaw Mejer
Wallogit.com
2017 © Pedro Peláez
Simple CLI app to make fuzz in git repo Edit
Simple CLI app to make fuzz in git repo, (*1)
To work gitfuzz requires generating config file., (*2)
Ater that run this command in GIT repo root directory:, (*3)
gitfuzz
gitfuzz uses .gitfuzz config file which is located in working directory., (*4)
To create it run:, (*5)
gitfuzz init
Example of .gitfuzz file:, (*6)
{
"authors": [
"Hilbert Greenholt <haltenwerth@littel.com>",
"Charlie Wisozk <ansel.block@davis.com>",
"Earline Willms <mario55@yahoo.com>",
"Ruben Schmeler <osenger@kovacek.com>",
"Laila Ullrich <theodore.toy@gmail.com>",
"Milan Harvey <abraham58@nienow.com>"
],
"commits": {
"min": 1,
"max": 10
}
}
authors array of fake commit authorscommits.min lower value of randomly generated number of commitscommits.max upper value of randomly generated number of commitsSimple CLI app to make fuzz in git repo Edit
MIT