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