🚀 LatestX-green is an automation tool for creating Git commits with random dates. This tool is useful for simulating commit activity or testing Git integrations.
-
first step:
Please create a new repository. After creating it, you just need to move the tools to the new repository you created.
-
second step:
cd repository name npm install
-
step three
git config --global user.email "example@gmail.com" git config --global user.name "example"
-
step four
npm start
-
step five
You just have to wait until it is finished. Once it is finished, just enter your username and password.
LatestX-green/
├── data.json # JSON file to store commit data
├── index.js # Main script to create commits
├── package.json # Node.js project configuration file
├── README.md # Project documentation (this file)
├── LICENSE.md # License file for the project
└── node_modules/ # Dependencies folder (created after `npm install`)
© 2025 LatestURL • All rights reserved 📚