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
|