From 2463ee522edc66699dab4cc877b6356012f21079 Mon Sep 17 00:00:00 2001 From: "Adam R. Grey" Date: Thu, 7 Oct 2021 06:31:34 -0400 Subject: [PATCH] forget bothering with a separate git repo. --- Program.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Program.cs b/Program.cs index 8cdbd99..386d3b4 100644 --- a/Program.cs +++ b/Program.cs @@ -76,10 +76,6 @@ namespace creatureBirdDwarf defaultList = JsonConvert.DeserializeObject>(responseFromServer); File.WriteAllText("./default.json", JsonConvert.SerializeObject(defaultList, Formatting.Indented)); } - Console.WriteLine("downloaded. Git pushing."); - Process.Start("git", "add ."); - Process.Start("git", "commit -m \"auto\""); - Process.Start("git", "push"); } else {