From 3a95166e5d34f42e203f79fc45ac5058e308ae16 Mon Sep 17 00:00:00 2001 From: studentidisinistra Date: Wed, 7 Dec 2022 17:45:39 +0100 Subject: [PATCH] uploaded first functional beta --- Pushing to GITEA | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Pushing to GITEA diff --git a/Pushing to GITEA b/Pushing to GITEA new file mode 100644 index 0000000..b39d360 --- /dev/null +++ b/Pushing to GITEA @@ -0,0 +1,10 @@ +first push: + +git commit -m "first commit" +git add PyCoffeeESP8266/ +git remote add origin https://projects.lilik.it/LILiK/PyCoffee_ESP8266.git +git push -u origin master + +later: +git add . +git push -u origin master \ No newline at end of file