diff --git a/usefull-stuff.md b/usefull-stuff.md index e10b350..dbc0d75 100644 --- a/usefull-stuff.md +++ b/usefull-stuff.md @@ -49,6 +49,6 @@ To send requests to your service, https://www.postman.com/downloads/ is a good a - https://blog.espressif.com/announcing-matter-previously-chip-on-esp32-84164316c0e3 ## Git Command line Order to Push: -```git add .``` -```git commit -m "message"``` -```git push origin``` +- ```git add .``` +- ```git commit -m "message"``` +- ```git push origin```