From 057dd56e2cde6382d9673d40d0f1ddf144dd829c Mon Sep 17 00:00:00 2001 From: caliskanbi Date: Thu, 30 Mar 2023 16:01:18 +0200 Subject: [PATCH] commands line by line --- usefull-stuff.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usefull-stuff.md b/usefull-stuff.md index e10b350..dbc0d75 100644 --- a/usefull-stuff.md +++ b/usefull-stuff.md @@ -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 ## Git Command line Order to Push: -```git add .``` -```git commit -m "message"``` -```git push origin``` +- ```git add .``` +- ```git commit -m "message"``` +- ```git push origin```