Table of Contents
This script generates fake commits with random number of commits between a given range for each day between a given start and end date. It also gives the option to generate fake commits on weekends.
- Bash
Note If you 're using windows please use git bash or WSL
Just copy and paste this command to generate your commit-history. And read instruction:
git clone https://github.com/meteor314/fake-commit.git
cd fake-commit/
chmod +x fake-commit.sh
./fake-commit.sh
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This script is intended for testing purposes only. Do not use it to manipulate commit history or to deceive others. Make sure to keep your repository private to prevent others from seeing the fake commits.
Distributed under the MIT License. See LICENSE.txt
for more information.
Project Link: https://github.com/meteor314/fake-commit
Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!