From 152141df446d5a5302236748a5f6e5e6c8e1f74b Mon Sep 17 00:00:00 2001 From: chae Date: Sun, 11 Dec 2022 23:44:09 +0100 Subject: [PATCH] add git related info --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 15ed255..8444845 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,11 @@ When you want to publish the Flask app online, the easiest way to do it(and mana For that you can create a new repo in git and follow the guided steps to push your app there. +For pushing your app to git repo check... +For more information on git and [common errors in git] (Solving “Fatal: Not A Git Repository” (Or Any Of The Parent Directories) Error) + + + There are plenty of ways to put your flask app online. Here, in XPUB, we mainly work with small self-hosted servers like the Soupboat and the Breadcube. These steps refer to this kind of specific setup.