You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perl -e '$n=$ENV{files_changed}; for my $i (1..$n) { my $filename = sprintf("numbers/%04d.txt", $i); open my $fh, ">", $filename or die "Could not open file '$filename' $!"; close $fh; }'
git add numbers
git commit -m "Adding some files to bulk up the pull request"