commands line by line

This commit is contained in:
caliskanbi 2023-03-30 16:01:18 +02:00
parent 0f06a38556
commit 057dd56e2c

View File

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