From 3878020331a447888e4d154640c695fc932a8c39 Mon Sep 17 00:00:00 2001 From: caliskanbi Date: Thu, 30 Mar 2023 16:02:45 +0200 Subject: [PATCH] pull added --- usefull-stuff.md | 1 + 1 file changed, 1 insertion(+) diff --git a/usefull-stuff.md b/usefull-stuff.md index dbc0d75..cf22824 100644 --- a/usefull-stuff.md +++ b/usefull-stuff.md @@ -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 pull origin``` - ```git add .``` - ```git commit -m "message"``` - ```git push origin```