Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ Run the script.
```
python fake_commit.py
```
```
./commits.sh
```
The script needs three parameters to run correctly:
__github user name__, __repository name__, __number of days to go back__
__github user name__, __repository name__, __number of days to go back__,__Number of Month to Go Back__(Give 0 if you don't want to), __Minimum and maximum range of commit within days__

* Make sure the repository name is the same as the empty repository you created before running the script.
* A random number is generated in the script which is hard coded and needs to be the maximum number of commits you have,
Expand Down
Loading