forget bothering with a separate git repo.
This commit is contained in:
parent
2450c60703
commit
2463ee522e
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user