Created
May 29, 2021 07:22
-
-
Save defrindr/403f44be523b4160b483eb519c147f40 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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