From 0f06a385563d45ca91850f074df409f647eff94e Mon Sep 17 00:00:00 2001 From: caliskanbi Date: Thu, 30 Mar 2023 15:59:44 +0200 Subject: [PATCH] git commands added --- usefull-stuff.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/usefull-stuff.md b/usefull-stuff.md index 5744ebe..e10b350 100644 --- a/usefull-stuff.md +++ b/usefull-stuff.md @@ -46,4 +46,9 @@ To send requests to your service, https://www.postman.com/downloads/ is a good a ## Matter - https://github.com/project-chip/connectedhomeip -- https://blog.espressif.com/announcing-matter-previously-chip-on-esp32-84164316c0e3 \ No newline at end of file +- 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```