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.

10 lines
252 B

  1. first push:
  2. git commit -m "first commit"
  3. git add PyCoffeeESP8266/
  4. git remote add origin https://projects.lilik.it/LILiK/PyCoffee_ESP8266.git
  5. git push -u origin master
  6. later:
  7. git add .
  8. git commit -m "your commit comment here"
  9. git push -u origin master