git commands added

This commit is contained in:
caliskanbi 2023-03-30 15:59:44 +02:00
parent affdd29bc8
commit 0f06a38556

View File

@ -47,3 +47,8 @@ To send requests to your service, https://www.postman.com/downloads/ is a good a
## Matter ## Matter
- https://github.com/project-chip/connectedhomeip - https://github.com/project-chip/connectedhomeip
- 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 add .```
```git commit -m "message"```
```git push origin```