Browse Source

uploaded first functional beta

master
studentidisinistra 1 year ago
parent
commit
3a95166e5d
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      Pushing to GITEA

+ 10
- 0
Pushing to GITEA View File

@ -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

Loading…
Cancel
Save