Browse Source

git commands added

master
caliskanbi 1 year ago
parent
commit
0f06a38556
1 changed files with 6 additions and 1 deletions
  1. 6
    1
      usefull-stuff.md

+ 6
- 1
usefull-stuff.md View File



## 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```

Loading…
Cancel
Save