diff --git a/data.json b/data.json index 69aceb208..31d198a9f 100644 --- a/data.json +++ b/data.json @@ -1 +1 @@ -{"date":"2024-11-17T15:33:03"} +{"date":"2026-07-02T19:46:07"} diff --git a/index.js b/index.js index 10381e529..fab2cc4ed 100644 --- a/index.js +++ b/index.js @@ -4,7 +4,7 @@ import simpleGit from "simple-git"; import random from "random"; const path = "./data.json"; - +console.log("modified something now") const markCommit = (x, y) => { const date = moment() .subtract(1, "y") @@ -76,5 +76,6 @@ const makeCommits = (n) => { .commit(date, { "--date": date }, () => makeCommits(--n)); }); }; + console.log("Starting commits"); -makeCommits(300); +makeCommits(500);