Skip to content

Instantly share code, notes, and snippets.

@defrindr
Created May 29, 2021 07:22
Show Gist options
  • Save defrindr/403f44be523b4160b483eb519c147f40 to your computer and use it in GitHub Desktop.
Save defrindr/403f44be523b4160b483eb519c147f40 to your computer and use it in GitHub Desktop.
<?php
// Created by Defri Indra M
system("git init");
for($a=0;$a<1000;$a++){
system("type nul > $a.txt");
system("git add $a.txt");
system("git commit --date=\"33 day ago\" -m \"commit $a\"");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment