meteor314 / fake-commit

Generate fake commit for your project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License LinkedIn


Table of Contents
  1. About The Project
  2. Getting Started
  3. License
  4. Contact
  5. Acknowledgments

About The Project

Fake commit Generator

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.

(back to top)

Built With

  • Bash

(back to top)

Prerequisites

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

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Warning

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.

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Project Link: https://github.com/meteor314/fake-commit

(back to top)

Acknowledgments

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!

About

Generate fake commit for your project

License:MIT License


Languages

Language:Shell 100.0%