https://github.com/dev-ashishranjan/time-travel-git
Create realistic commits for every day with random no of commits/day in present or future, for any number of days
https://github.com/dev-ashishranjan/time-travel-git
educational-purposes educational-purposes-only-please git github hack time-travel
Last synced: 7 months ago
JSON representation
Create realistic commits for every day with random no of commits/day in present or future, for any number of days
- Host: GitHub
- URL: https://github.com/dev-ashishranjan/time-travel-git
- Owner: dev-AshishRanjan
- License: isc
- Created: 2024-02-07T07:30:21.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-06-17T10:02:54.000Z (over 1 year ago)
- Last Synced: 2025-01-11T03:22:59.567Z (9 months ago)
- Topics: educational-purposes, educational-purposes-only-please, git, github, hack, time-travel
- Language: Shell
- Homepage: https://dev-ashishranjan.github.io/time-travel-git/
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Time Travel Git
> **_For Educational Purpose Only_**
we tried to make the time travel as easy and intuitive as possible for Git/Github. Here's a quick guide on how you can use it:
1. clone this repo
```sh
git clone https://github.com/dev-AshishRanjan/time-travel-git
```2. Run the script named `run.sh`, use git bash terminal to run the below command when you are in the root directory of the cloned repo
```sh
./run.sh dev-AshishRanjan test 50 true
```This will push the changes also 👍🏽
Arguments (in order):
1. GITHUB USERNAME
2. GITHUB REPO NAME
3. NO. OF DAYS
4. PAST? : this is optional argument, by default true. If given false, then commits will be done for future not past.> NOTE: You shold be allowed to push to the github repo, whose name is given as argument when you run the script `run.sh`
## Prerequisite
1. A clean **GitHub Repository** on your GitHub account, which is passed as argument to the script