Skip to content

PwnKit/commit_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,201 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Use?

  1. Ensure Python 3 and Git are installed on your machine.
  2. Make sure Git is configured with your GitHub account.
  3. Create a new empty GitHub repository (either public or private, but I recommend private). Do not initialize it with a README.
  4. Download the script (dev.py) and open it in your preferred text editor.
  5. Remove the commit.txt file from the repository folder.
  6. Configure the script as per your needs. Update the following variables in the script:
total_day = 366  # Number of days to go back in time
commit_frequency = 10  # Number of commits to make per day
repo_link = "https://github.com/yourusername/yourrepository.git"  # Link to your GitHub repository

Before

befor

After

after

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages