New repository for old PyCoffee Machine.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
- 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 commit -m "your commit comment here"
- git push -u origin master
|