forget bothering with a separate git repo.

This commit is contained in:
Adam R. Grey 2021-10-07 06:31:34 -04:00
parent 2450c60703
commit 2463ee522e

View File

@ -76,10 +76,6 @@ namespace creatureBirdDwarf
defaultList = JsonConvert.DeserializeObject<List<Card>>(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
{