This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
PyCoffee_ESP8266
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
1
Releases
0
Wiki
Activity
Browse Source
uploaded first functional beta
master
studentidisinistra
2 years ago
parent
708e16098f
commit
3a95166e5d
1 changed files
with
10 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save