Compare commits

...

3 Commits

Author SHA1 Message Date
caliskanbi
b155fcb6a4 Merge branch 'master' of https://git.efi.th-nuernberg.de/gitea/caliskanbi83990/projektarbeit_duelger_waldhauser_caliskan 2023-03-30 16:02:50 +02:00
caliskanbi
3878020331 pull added 2023-03-30 16:02:45 +02:00
caliskanbi
057dd56e2c commands line by line 2023-03-30 16:01:18 +02:00

View File

@ -49,6 +49,7 @@ 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 pull origin```
- ```git add .```
- ```git commit -m "message"```
- ```git push origin```