Compare commits

..

No commits in common. "b155fcb6a460acc72accff3e899e7a5e5db41d2b" and "bb09d15a563ab80be085780a02e22025eafc4ede" have entirely different histories.

View File

@ -49,7 +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 - https://blog.espressif.com/announcing-matter-previously-chip-on-esp32-84164316c0e3
## Git Command line Order to Push: ## Git Command line Order to Push:
- ```git pull origin``` ```git add .```
- ```git add .``` ```git commit -m "message"```
- ```git commit -m "message"``` ```git push origin```
- ```git push origin```